Skip to content

Commit ef8f48e

Browse files
committed
Session: Fix users name displayed in test to create session
1 parent e341d5d commit ef8f48e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/behat/features/sessionAccess.feature

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Feature: Session access
1818
Then I should see "Subscribe users to this session"
1919
Then I follow "Multiple registration"
2020
Then wait for the page to be loaded
21-
Then I select "Warnier Yannick (ywarnier)" from "nosessionUsersList[]"
21+
Then I select "Yannick Warnier (ywarnier)" from "nosessionUsersList[]"
2222
And I press "add_user"
2323
And I press "next"
2424
Then I should see "Session1"
@@ -40,7 +40,8 @@ Feature: Session access
4040
Then I should see "Update successful"
4141
Then I should see "Subscribe users to this session"
4242
Then I follow "Multiple registration"
43-
Then I select "Mosquera Guardamino Michela (mmosquera)" from "nosessionUsersList[]"
43+
Then wait for the page to be loaded
44+
Then I select "Michela Mosquera Guardamino (mmosquera)" from "nosessionUsersList[]"
4445
And I press "add_user"
4546
And I press "next"
4647
Then I should see "Session2"

0 commit comments

Comments
 (0)