From 0f4556ac5adf3e8f88ce474fe3f2b1e3e3c5771a Mon Sep 17 00:00:00 2001 From: Adam Bramley Date: Thu, 21 Apr 2016 14:37:32 +1000 Subject: [PATCH] Fix user name in test. --- features/d8.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/d8.feature b/features/d8.feature index 9032a7d9..d079c60a 100644 --- a/features/d8.feature +++ b/features/d8.feature @@ -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