File tree Expand file tree Collapse file tree
docs/modules/plugins/pages
vividus-tests/src/main/resources
properties/environment/system/web Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ multiple configurations for authentication on different websites.
143143----
144144web-application.basic-authentication.httpbingo.url-regex=https:\/\/httpbingo\.org
145145web-application.basic-authentication.httpbingo.username=user
146- web-application.basic-authentication.httpbingo.password=passwd
146+ web-application.basic-authentication.httpbingo.password=password
147147
148148web-application.basic-authentication.example.url-regex=.*example\.org
149149web-application.basic-authentication.example.username=admin
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ applitools.server-uri=https://eyes.applitools.com/
99
1010web-application.basic-authentication.httpbingo.url-regex =https:\/\/httpbingo\.org
1111web-application.basic-authentication.httpbingo.username =user
12- web-application.basic-authentication.httpbingo.password =passwd
12+ web-application.basic-authentication.httpbingo.password =password
Original file line number Diff line number Diff line change 33
44Scenario : Authorization test using the "httpbingo" basic authentication configuration
55Given I am on page with URL `https://httpbingo.org`
6- When I click on element located by `linkUrl(/basic-auth/user/passwd )`
6+ When I click on element located by `linkUrl(/basic-auth/user/password )`
77Then text `"authorized" : true` exists
You can’t perform that action at this time.
0 commit comments