Skip to content

Commit

Permalink
[tests] Update URL for basic authentication test
Browse files Browse the repository at this point in the history
The change is caused by this update: mccutchen/go-httpbin@dff73e2
  • Loading branch information
valfirst committed Sep 17, 2024
1 parent 0aea785 commit 23c59ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/modules/plugins/pages/plugin-web-app.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ multiple configurations for authentication on different websites.
----
web-application.basic-authentication.httpbingo.url-regex=https:\/\/httpbingo\.org
web-application.basic-authentication.httpbingo.username=user
web-application.basic-authentication.httpbingo.password=passwd
web-application.basic-authentication.httpbingo.password=password
web-application.basic-authentication.example.url-regex=.*example\.org
web-application.basic-authentication.example.username=admin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ applitools.server-uri=https://eyes.applitools.com/

web-application.basic-authentication.httpbingo.url-regex=https:\/\/httpbingo\.org
web-application.basic-authentication.httpbingo.username=user
web-application.basic-authentication.httpbingo.password=passwd
web-application.basic-authentication.httpbingo.password=password
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Meta:

Scenario: Authorization test using the "httpbingo" basic authentication configuration
Given I am on page with URL `https://httpbingo.org`
When I click on element located by `linkUrl(/basic-auth/user/passwd)`
When I click on element located by `linkUrl(/basic-auth/user/password)`
Then text `"authorized": true` exists

0 comments on commit 23c59ea

Please sign in to comment.