mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 18:52:53 -04:00
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>
|
||
|---|---|---|
| .. | ||
| bootstrap | ||
| core | ||
| access-levels.feature | ||
| app-comments.feature | ||
| app-files-sharing-link.feature | ||
| app-files-sharing.feature | ||
| app-files-tags.feature | ||
| app-files.feature | ||
| app-theming.feature | ||
| apps.feature | ||
| header.feature | ||
| login.feature | ||
| users.feature | ||