aboutsummaryrefslogtreecommitdiffstats
path: root/cypress
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2025-02-03 14:47:07 -0800
committerAndy Scherzinger <info@andy-scherzinger.de>2025-02-04 12:22:16 +0100
commitad9b07d85eb1f177d392356dd284c9eb67296249 (patch)
treec03dd568b2c2c14c64451b3c575150807565c47c /cypress
parent9223794d49c8b8b34ae28876b298b17d4fad025b (diff)
downloadnextcloud-server-ad9b07d85eb1f177d392356dd284c9eb67296249.tar.gz
nextcloud-server-ad9b07d85eb1f177d392356dd284c9eb67296249.zip
chore(files): Change "filename" to "file name"
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'cypress')
-rw-r--r--cypress/pages/FilesNavigation.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/pages/FilesNavigation.ts b/cypress/pages/FilesNavigation.ts
index cb3897afb90..768ca99320c 100644
--- a/cypress/pages/FilesNavigation.ts
+++ b/cypress/pages/FilesNavigation.ts
@@ -13,7 +13,7 @@ export class FilesNavigationPage {
}
searchInput() {
- return this.navigation().findByRole('searchbox', { name: /filter filenames/i })
+ return this.navigation().findByRole('searchbox', { name: /filter file names/i })
}
searchClearButton() {