Skip to content

Commit 9be777b

Browse files
committed
fix(tests): acceptance
Signed-off-by: John Molakvoæ <[email protected]>
1 parent 2fe7f0b commit 9be777b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/features/bootstrap/FilesAppContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public static function mainViewForSection($section) {
7373
* @return Locator
7474
*/
7575
public static function currentSectionMainView() {
76-
return Locator::forThe()->xpath("//*[starts-with(@id, 'app-content-') and not(contains(concat(' ', normalize-space(@class), ' '), ' hidden '))]")->
76+
return Locator::forThe()->xpath("//*[starts-with(@id, 'app-content-') and not(@id = 'app-content-vue') and not(contains(concat(' ', normalize-space(@class), ' '), ' hidden '))]")->
7777
describedAs("Current section main view in Files app");
7878
}
7979

0 commit comments

Comments
 (0)