diff --git a/.travis.yml b/.travis.yml index a614b4269e..e311364e48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ matrix: - name: "Admin-UI tests on Clean P" env: - COMPOSE_FILE="doc/docker/base-dev.yml:doc/docker/selenium.yml" - - BEHAT_OPTS="--profile=adminui --suite=adminui" + - BEHAT_OPTS="--profile=adminui --suite=adminui --tags=~@broken" - name: "Admin UI tests using different personas" env: - COMPOSE_FILE="doc/docker/base-dev.yml:doc/docker/selenium.yml" diff --git a/behat_suites.yml b/behat_suites.yml index 390f08ddd8..1fcd78b516 100644 --- a/behat_suites.yml +++ b/behat_suites.yml @@ -11,7 +11,7 @@ adminui: paths: - '%paths.base%/vendor/ezsystems/ezplatform-admin-ui/features/standard' filters: - tags: "@common" + tags: "@common,~@broken" contexts: - EzSystems\Behat\API\Context\ContentTypeContext - EzSystems\Behat\API\Context\ContentContext @@ -42,7 +42,7 @@ adminui: paths: - '%paths.base%/vendor/ezsystems/ezplatform-admin-ui/features/standard/ContentTypeFields.feature' filters: - tags: "@common" + tags: "@common,~@broken" contexts: - EzSystems\Behat\API\Context\ContentTypeContext - EzSystems\Behat\API\Context\ContentContext @@ -62,7 +62,7 @@ adminui: - '%paths.base%/vendor/ezsystems/ezplatform-admin-ui/features/standard/ContentCreation.feature' - '%paths.base%/vendor/ezsystems/ezplatform-admin-ui/features/standard/ContentDraft.feature' filters: - tags: "@common" + tags: "@common,~@broken" contexts: - EzSystems\Behat\Browser\Context\BrowserContext - EzSystems\Behat\Browser\Context\Hooks diff --git a/features/standard/Trash.feature b/features/standard/Trash.feature index 8bddeb19a5..e0ff1adf18 100644 --- a/features/standard/Trash.feature +++ b/features/standard/Trash.feature @@ -7,7 +7,7 @@ Background: Given I am logged as "admin" And I go to "Content structure" in "Content" tab -@javascript +@javascript @common @broken Scenario Outline: Content can be moved to trash Given I start creating a new content "Folder" And I set content fields @@ -27,7 +27,7 @@ Scenario Outline: Content can be moved to trash | Folder3 | | Folder4 | -@javascript +@javascript @common @broken Scenario: Element in trash can be deleted Given I click on the left menu bar button "Trash" And there is "Folder" "Folder1" on trash list @@ -37,7 +37,7 @@ Scenario: Element in trash can be deleted Then success notification that "Deleted selected item(s) from Trash." appears And there is no "Folder" "Folder1" on trash list -@javascript +@javascript @common @broken Scenario: Element in trash can be restored Given I click on the left menu bar button "Trash" And there is "Folder" "Folder2" on trash list @@ -48,7 +48,7 @@ Scenario: Element in trash can be restored And there is no "Folder" "Folder2" on trash list And going to root path there is "Folder2" "Folder" on Sub-items list -@javascript +@javascript @common @broken Scenario: Element in trash can be restored under new location Given I click on the left menu bar button "Trash" And there is "Folder" "Folder3" on trash list @@ -59,7 +59,7 @@ Scenario: Element in trash can be restored under new location And there is no "Folder" "Folder3" on trash list And going to "Media/Files" there is a "Folder3" "Folder" on Sub-items list -@javascript @admin +@javascript @common @admin @broken Scenario: Content can be moved to trash from non-root location Given I create "Folder" Content items in "/Media/Files/" in "eng-GB" | name | short_name | @@ -69,7 +69,7 @@ Scenario: Content can be moved to trash from non-root location Then there's no "Folder" "TestFolderToRemove" on "Files" Sub-items list And going to trash there is "Folder" "TestFolderToRemove" on list -@javascript +@javascript @common @broken Scenario: Trash can be emptied Given I click on the left menu bar button "Trash" When I empty the trash