Skip to content

Commit

Permalink
Fix for RF5 and avoid ukwa/ukwa-pywb#80
Browse files Browse the repository at this point in the history
  • Loading branch information
anjackson committed Apr 1, 2022
1 parent f7e212d commit 709017e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- "http_proxy=${HTTP_PROXY}"
- "https_proxy=${HTTPS_PROXY}"
user: "$USER_ID:$USER_ID"
command: "--noncritical a11y /tests ${EXTRA_TESTS}"
command: "--skiponfailure a11y /tests ${EXTRA_TESTS}"
environment:
- "HOST=${TEST_HOST}"
- "HOST_NO_AUTH=${HOST_NO_AUTH}"
Expand Down
4 changes: 2 additions & 2 deletions tests/website/wayback.robot
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ Check Wayback CY Home Page

Check Wayback EN Replay Page
[Tags] wayback locale en
Go To %{HOST}/wayback/en/archive/2018/https://www.bl.uk/
Go To %{HOST}/wayback/en/archive/20160101000000/https://www.bl.uk/
Wait Until Page Contains Language: timeout=10s
Page Should Contain Back to Calendar

Check Wayback CY Replay Page
[Tags] wayback locale cy
Go To %{HOST}/wayback/cy/archive/2018/https://www.bl.uk
Go To %{HOST}/wayback/cy/archive/20160101000000/https://www.bl.uk
Wait Until Page Contains Iaith: timeout=10s
Page Should Contain Dychwelyd i'r Calendr

Expand Down

0 comments on commit 709017e

Please sign in to comment.