Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rorylshanks committed Nov 8, 2023
1 parent 2f1cdec commit 2ce8abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/basic_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ Scenario('Testing Token Auth', async ({ I }) => {
Scenario('Testing Unauthorized Flow', async ({ I }) => {
I.amOnPage('http://test-unauthorized-login.localtest.me:2080/');
I.login()
I.see("Unauthorized")
I.see("User is not authorized to access this route.")
});

0 comments on commit 2ce8abf

Please sign in to comment.