Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/acceptance/SignInAsUserCept.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/acceptance/SignInAsUserCept.php b/tests/acceptance/SignInAsUserCept.php
index a09eac78..25bff647 100644
--- a/tests/acceptance/SignInAsUserCept.php
+++ b/tests/acceptance/SignInAsUserCept.php
@@ -22,8 +22,6 @@ $loginPage = new Login($I);
$loginPage->login('admin', 'admin');
$loginPage->confirmLogin();
-
-$I->click('.menutoggle');
-$I->click('Gallery', '#navigation');
+$I->click('Gallery', '#appmenu');
$I->seeCurrentUrlEquals(GalleryPage::$URL);
$I->seeElement(['css' => GalleryPage::$contentDiv]);