]> source.dussan.org Git - nextcloud-server.git/commit
Extract app navigation elements to its own context
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Sat, 8 Jul 2017 13:36:01 +0000 (15:36 +0200)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Tue, 11 Jul 2017 09:54:57 +0000 (11:54 +0200)
commit6cf19cc81a296663950deaf82aab4f2478e9c571
tree27eed854797a8841e2709a1610f0c214d00e0179
parentb72aa998d63dff60944c90a5acb49e991f69648e
Extract app navigation elements to its own context

The app navigation is not exclusive to the Files app but a generic
component used by other apps too, so its locators and steps should be in
its own context.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
tests/acceptance/config/behat.yml
tests/acceptance/features/bootstrap/AppNavigationContext.php [new file with mode: 0644]
tests/acceptance/features/bootstrap/FilesAppContext.php