Skip to content

Commit

Permalink
Fix user name in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bramley committed May 11, 2016
1 parent 3fc3916 commit 0f4556a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/d8.feature
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Feature: DrupalContext
And I am logged in as a user with the "administrator" role
When I visit "admin/people"
Then I should see the text "Administrator" in the "Joe User" row
And I should not see the text "administrator" in the "Jane User" row
And I should not see the text "administrator" in the "Jane Doe" row

Scenario: Find a heading in a region
Given I am not logged in
Expand Down

0 comments on commit 0f4556a

Please sign in to comment.