nextcloud / gallery

DEPRECATED Gallery app was replaced by Photos
https://github.com/nextcloud/photos
GNU Affero General Public License v3.0
109 stars 58 forks source link

Acceptance test fails because of changed CSS in server #375

Closed oparoz closed 6 years ago

oparoz commented 6 years ago

This is the error:

1) SignInAsUserCept: Load the gallery app
 Test  tests/acceptance/SignInAsUserCept.php
 Step  Click "Gallery","#appmenu"
 Fail  Link or Button or CSS or XPath element with 'Gallery' was not found.
Scenario Steps:
 9. $I->click("Gallery","#appmenu") at tests/acceptance/SignInAsUserCept.php:26
 8. $I->seeElement({"css":"#content.app-files"}) at tests/_support/Page/Acceptance/Login.php:62
 7. $I->seeInCurrentUrl("/index.php/apps/files/") at tests/_support/Page/Acceptance/Login.php:61
 6. $I->click("#submit") at tests/_support/Page/Acceptance/Login.php:53
 5. $I->fillField("#password ","admin") at tests/_support/Page/Acceptance/Login.php:52
 4. $I->fillField("#user","admin") at tests/_support/Page/Acceptance/Login.php:51

Should be easy to fix for someone who knows what has changed in 14 regarding the app menu