We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb2185 commit 89e2bccCopy full SHA for 89e2bcc
src/test/robotframework/collection/estimation/access.robot
@@ -26,11 +26,11 @@ Paid user has access only to its own estimation page
26
Log Out
27
28
Admin has access only to its own estimation page
29
- Log In As login=paid password=test openPage=${true}
+ Log In As login=admin password=test openPage=${true}
30
Go To ${SITE_URL}/collection/paid/estimation
31
- Element Text Should Be tag=h3 Paid User's collection
32
- Go To ${SITE_URL}/collection/admin/estimation
33
Element Text Should Be id=error-msg Forbidden
+ Go To ${SITE_URL}/collection/admin/estimation
+ Element Text Should Be tag=h3 Site Admin's collection
34
# No need to log out as a browser will be closed after the test
35
36
*** Keywords ***
0 commit comments