Skip to content

Commit

Permalink
[Scenarios] Add @api tag and change step implementation to reflect cu…
Browse files Browse the repository at this point in the history
…rrent app behaviour
  • Loading branch information
Rafikooo committed Jun 23, 2023
1 parent b97140b commit 2b1a243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/account/signing_in_validation.feature
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Feature: Signing in to the store validation
Then I should be notified about bad credentials
And I should not be logged in

@ui
@ui @api
Scenario: Trying to sign in without confirming account
When I register with email "sylius@example.com" and password "sylius"
And I want to log in
And I specify the username as "sylius@example.com"
And I specify the password as "sylius"
And I try to log in
Then I should be notified about disabled account
Then I should be notified about bad credentials
And I should not be logged in

@ui @api
Expand Down

0 comments on commit 2b1a243

Please sign in to comment.