diff options
author | Christopher Ng <chrng8@gmail.com> | 2025-02-03 14:47:07 -0800 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2025-02-04 12:22:16 +0100 |
commit | ad9b07d85eb1f177d392356dd284c9eb67296249 (patch) | |
tree | c03dd568b2c2c14c64451b3c575150807565c47c /cypress | |
parent | 9223794d49c8b8b34ae28876b298b17d4fad025b (diff) | |
download | nextcloud-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.ts | 2 |
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() { |