Skip to content

Commit

Permalink
PR review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Mar 23, 2018
1 parent 9b17f1f commit 235392f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -2,7 +2,7 @@
Feature: Displaying verification link after registration
In order to be able to use registered account
As a Visitor
I want to have account verification link displayed rather than sent by email
I want to have account verification link displayed

Background:
Given the store operates on a single channel in "United States"
Expand Down
2 changes: 1 addition & 1 deletion features/preventing_default_administrator_deletion.feature
Expand Up @@ -2,7 +2,7 @@
Feature: Preventing default administrator deletion
In order to prevent breaking Sylius Demo application
As an Administrator
I want to not be able to delete administrator with email "sylius@example.com"
I want to be prevented from deleting administrator with email "sylius@example.com"

Background:
Given there is an administrator "sylius@example.com"
Expand Down
2 changes: 1 addition & 1 deletion features/preventing_default_administrator_edition.feature
Expand Up @@ -2,7 +2,7 @@
Feature: Preventing default administrator edition
In order to prevent breaking Sylius Demo application
As an Administrator
I want to not be able to edit administrator with email "sylius@example.com"
I want to be prevented from editing administrator with email "sylius@example.com"

Background:
Given there is also an administrator "admin@example.com"
Expand Down

0 comments on commit 235392f

Please sign in to comment.