summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/features/apps.feature
Commit message (Collapse)AuthorAgeFilesLines
* Disable acceptance test which should fail anywayJoas Schilling2019-04-111-8/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Revert "Temp disable bundle tests"Roeland Jago Douma2019-04-011-8/+8
|
* Temp disable bundle testsRoeland Jago Douma2019-03-201-8/+8
| | | | | | | | | | | | The bundle acceptance tests fails after #14578 sometimes. This is because of a race condition. not all apps have compatible 16 versions yet. So trying to enable them results in those apps doing :boom:. Because of #14578 we do show them now. So we try to enable them. However depending on which requests finishes first the disable button for the audit app either shows up or now. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Disable failing app management testMorris Jobke2019-03-141-16/+16
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Disable failing apps management testMorris Jobke2019-03-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | Fails with: * tests/acceptance/features/apps.feature:66 <details><summary>Show full log</summary> ``` Scenario: Show section from app store # /drone/src/github.com/nextcloud/server/tests/acceptance/features/apps.feature:66 Given I act as Jane # ActorContext::iActAs() And I am logged in as the admin # LoginPageContext::iAmLoggedInAsTheAdmin() And I open the Apps management # SettingsMenuContext::iOpenTheAppsManagement() And I see that the current section is "Your apps" # AppNavigationContext::iSeeThatTheCurrentSectionIs() When I open the "Files" section # AppNavigationContext::iOpenTheSection() Files section item in App Navigation could not be found after 100 seconds (NoSuchElementException) Then I see that there some apps listed from the app store # AppsManagementContext::iSeeThatThereSomeAppsListedFromTheAppStore() And I see that the current section is "Files" # AppNavigationContext::iSeeThatTheCurrentSectionIs() ``` </details> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Run tests that fail with "no such process" over to apache serverMorris Jobke2019-02-281-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Also test enabling of the Antivirus App for filesRoeland Jago Douma2018-09-261-5/+5
| | | | | | | Since there is no calendar release for 15 yet we should use an app that we can quickly release for 15 as well. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Properly check for the sidebarJulius Härtl2018-06-091-3/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add basic acceptance tests for apps managementJulius Härtl2018-06-091-0/+90
Signed-off-by: Julius Härtl <jus@bitgrid.net>