Skip to content

Commit

Permalink
[Behat] added broken tag to addLocation & subtreeEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszszopinski committed Jul 23, 2024
1 parent 7099d83 commit 476e751
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browser-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: 'oss'
test-suite: '--profile=browser --suite=admin-ui-full --tags="~@addLocation&&~@subtreeEditor"'
test-suite: '--profile=browser --suite=admin-ui-full --tags=~@broken'
test-setup-phase-1: '--profile=regression --suite=setup-oss --mode=standard'
multirepository: true
timeout: 40
Expand Down
2 changes: 1 addition & 1 deletion features/personas/add_location.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Feature: Editor user that has policies with Content Type limitation

@admin @setup @addLocation
@admin @setup @addLocation @broken
Scenario: Create a Role and assign policies with Content Type limitation
Given I create "folder" Content items in root in "eng-GB"
| name | short_name | short_description | description |
Expand Down
2 changes: 1 addition & 1 deletion features/personas/subtree_editor.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@setup @subtreeEditor
@setup @subtreeEditor @broken
Feature: Editor that has access only to a Subtree of Content Structure

Scenario: Create a Role and assign policies with limitations to it
Expand Down

0 comments on commit 476e751

Please sign in to comment.