Skip to content

Commit

Permalink
MNT Stop taking screenshots during behat test
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Dec 19, 2024
1 parent 3b70c8e commit 213cf75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion tests/Behat/features/file-upload.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Feature: Files can be saved in and removed from elemental blocks
# Add a file to the block
Given I click on the caret button for block 1
Then I should not see "file1"
Given I take a screenshot after every step
When I click "Choose existing" in the "#Form_ElementForm_1 .uploadfield" element
And I press the "Back" HTML field button
And I click on the file named "file1" in the gallery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Feature: Add elements in the CMS and see currunt status of elements
And I go to "/admin/pages"
And I left click on "Blocks Page" in the tree

@sboyd
# Test that the versioned badge is shown when there are some changes in the block
Scenario: I can add elements to the page and see versioned badge
Then I press the "Add block" button
Expand Down

0 comments on commit 213cf75

Please sign in to comment.