summaryrefslogtreecommitdiffstats
path: root/tests/acceptance
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2022-11-18 21:45:23 +0000
committerChristopher Ng <chrng8@gmail.com>2022-11-23 02:04:18 +0000
commit20da3d081ea5689859cdeab2cbec731761386339 (patch)
tree566f1ae096ff17bd8b708e63865a83eebbcc986c /tests/acceptance
parent53195cbf3a11592935cdd83f9cdd50fd378ced04 (diff)
downloadnextcloud-server-20da3d081ea5689859cdeab2cbec731761386339.tar.gz
nextcloud-server-20da3d081ea5689859cdeab2cbec731761386339.zip
Add label to sharing search field
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'tests/acceptance')
-rw-r--r--tests/acceptance/features/bootstrap/FilesAppSharingContext.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/acceptance/features/bootstrap/FilesAppSharingContext.php b/tests/acceptance/features/bootstrap/FilesAppSharingContext.php
index fd85315f49f..95398423e3b 100644
--- a/tests/acceptance/features/bootstrap/FilesAppSharingContext.php
+++ b/tests/acceptance/features/bootstrap/FilesAppSharingContext.php
@@ -41,7 +41,7 @@ class FilesAppSharingContext implements Context, ActorAwareInterface {
* @return Locator
*/
public static function shareWithInput() {
- return Locator::forThe()->css(".sharing-input .multiselect__input")->
+ return Locator::forThe()->css(".sharing-search__input .multiselect__input")->
descendantOf(FilesAppContext::detailsView())->
describedAs("Share with input in the details view in Files app");
}
@@ -50,7 +50,7 @@ class FilesAppSharingContext implements Context, ActorAwareInterface {
* @return Locator
*/
public static function shareWithInputResults() {
- return Locator::forThe()->css(".sharing-input .multiselect__content-wrapper")->
+ return Locator::forThe()->css(".sharing-search__input .multiselect__content-wrapper")->
descendantOf(FilesAppContext::detailsView())->
describedAs("Share with input results list in the details view in Files app");
}