Skip to content

Commit 6057521

Browse files
committed
CI: Fix actionUserCheck.feature
1 parent a4045f3 commit 6057521

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tests/behat/features/actionUserCheck.feature

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@ Feature: User check after installation
22

33
Scenario: Check admin information
44
Given I am a platform administrator
5-
And I am on "/main/admin/user_list.php"
5+
And I am on "/main/admin/user_list.php?keyword=admin"
66
# [email protected] was set during installation in actionInstall.feature
7-
Then I should see "[email protected]"
7+
And wait for the page to be loaded
8+
Then I should see "admin"
89
Then I follow "John"
10+
And wait for the page to be loaded
911
Then I should see "John Doe"
1012

1113
Scenario: Check anon information
1214
Given I am a platform administrator
13-
And I am on "/main/admin/user_list.php"
15+
And I am on "/main/admin/user_list.php?keyword=anon"
16+
Then wait very long for the page to be loaded
1417
Then I should see "anon"
1518
Then I should see "anon"
1619

0 commit comments

Comments
 (0)