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:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-04-21 16:20:29 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-04-21 16:20:29 +0300
commite8fce2e8f5e8fd9e258268a9e36760ad88c7f681 (patch)
tree7ac673e81c156203e1a5a37e05b8cee9c041a166 /tests
parent00808dd0f095afc44e10fb4ea1eb8c5aab713d02 (diff)
Fix the acceptance tests sine we have a fancy new appmenu!
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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]);