We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292a28b commit 523303dCopy full SHA for 523303d
1 file changed
cypress/e2e/engagesphere/greeting/greeting.feature
@@ -1,11 +1,12 @@
1
Feature: Greeting
2
3
- Scenario: shows the default greeting
+ Background: access EngageSphere with the cookies consent banner already accepted
4
Given I access the EngageSphare app having already accepted the cookies banner
5
+
6
+ Scenario: shows the default greeting
7
Then I see the following greeting: Hi there!
8
9
Scenario: shows a customized greeting
- Given I access the EngageSphare app having already accepted the cookies banner
10
When I type "<name>" in the name input field
11
Then I see the following greeting: Hi "<name>"!
12
And I see the following icon: "<icon>"
0 commit comments