File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments