Skip to content

Commit

Permalink
OP-321: Behat tests update
Browse files Browse the repository at this point in the history
  • Loading branch information
jkindly committed Jun 26, 2024
1 parent 51d132e commit 46d9f24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/api/viewing_blocks.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Feature: Getting data from cms blocks
Background:
Given the store operates on a single channel in "United States"
And there is a block in the store
And there is a block with "block-1" code and "Hi there!" content
And there is a block with "block-1" code

@api
Scenario: Browsing blocks
Expand Down
2 changes: 1 addition & 1 deletion features/shop/displaying_homepage_block.feature
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Feature: Displaying blocks

@ui
Scenario: Displaying homepage blocks
Given there is a block with "homepage_intro" code and "Hello world!" content
Given there is a block with "homepage_intro" code
When I go to the homepage
And I want to see a text block with "Hello world!" content

0 comments on commit 46d9f24

Please sign in to comment.