Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: fix testcase with login-2.18 #250

Merged
merged 3 commits into from
Mar 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: remove unnecessary skip
porcellus committed Mar 18, 2024
commit f6d69cf271984badcc00e3f36f0c53be7f44bffe
4 changes: 0 additions & 4 deletions test/accessToken.test.js
Original file line number Diff line number Diff line change
@@ -129,10 +129,6 @@ describe("access token update", function () {
await page.goto(BASE_URL + "/index.html", { waitUntil: "load" });
await page.addScriptTag({ path: `./bundle/bundle.js`, type: "text/javascript" });

if (!v3AccessTokenSupported) {
return;
}

await page.evaluate(async v3AccessTokenSupported => {
let BASE_URL = "http://localhost.org:8080";
supertokens.init({