-
Notifications
You must be signed in to change notification settings - Fork 113
Fix Playwright tests #3294
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
base: livekit
Are you sure you want to change the base?
Fix Playwright tests #3294
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, the tests aren't actually fixed…
@@ -127,6 +134,13 @@ export const widgetTest = test.extend<MyFixtures>({ | |||
.getByRole("textbox", { name: "Confirm password" }) | |||
.fill(PASSWORD); | |||
await ewPage2.getByRole("button", { name: "Register" }).click(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The registration & account setup of user 1 and user 2 looks like it could benefit from being extracted into a function
Resolve port conflicts in docker-compose dev-backend-docker-compose.yml
Adapt playwright element web fixture to work with the latex UX flows.