Skip to content

Conversation

@NSeydoux
Copy link
Contributor

This introduces two changes:

  • Moving away from page.waitForNavigation(), which is deprecated
  • Moving away from using a text-based selector. Instead, a class-based
    selector is used for legacy code, and a testid-based selector is
    introduced for future releases, which will include the testid.

The class-based locator is used as a fallback, so that we remain compatible with current releases, and the testid-based one is used when possible against newer releases.

This introduces two changes:
- Moving away from page.waitForNavigation(), which is deprecated
- Moving away from using a text-based selector. Instead, a class-based
  selector is used for legacy code, and a testid-based selector is
introduced for future releases, which will include the testid.
@NSeydoux NSeydoux requested a review from a team as a code owner August 14, 2023 16:15
There was a race condition where it was possible the test driver would
allow the client to their openid provider, be redirected, and the token
request be fired before being waited on.
@NSeydoux NSeydoux temporarily deployed to ESS PodSpaces August 16, 2023 09:08 — with GitHub Actions Inactive
@NSeydoux NSeydoux temporarily deployed to ESS PodSpaces August 16, 2023 09:08 — with GitHub Actions Inactive
@NSeydoux NSeydoux temporarily deployed to ESS PodSpaces August 16, 2023 09:08 — with GitHub Actions Inactive
@NSeydoux NSeydoux temporarily deployed to ESS PodSpaces August 16, 2023 09:18 — with GitHub Actions Inactive
@NSeydoux NSeydoux temporarily deployed to ESS PodSpaces August 16, 2023 09:18 — with GitHub Actions Inactive
@NSeydoux NSeydoux temporarily deployed to ESS PodSpaces August 16, 2023 09:18 — with GitHub Actions Inactive
@NSeydoux NSeydoux temporarily deployed to ESS PodSpaces August 16, 2023 09:21 — with GitHub Actions Inactive
@NSeydoux NSeydoux temporarily deployed to ESS PodSpaces August 16, 2023 09:21 — with GitHub Actions Inactive
@NSeydoux NSeydoux temporarily deployed to ESS PodSpaces August 16, 2023 09:21 — with GitHub Actions Inactive
@NSeydoux NSeydoux temporarily deployed to ESS PodSpaces August 16, 2023 09:24 — with GitHub Actions Inactive
@NSeydoux NSeydoux temporarily deployed to ESS PodSpaces August 16, 2023 09:24 — with GitHub Actions Inactive
@NSeydoux NSeydoux temporarily deployed to ESS PodSpaces August 16, 2023 09:24 — with GitHub Actions Inactive
@NSeydoux NSeydoux enabled auto-merge (squash) August 16, 2023 09:26
@NSeydoux NSeydoux merged commit a60204d into main Aug 16, 2023
@NSeydoux NSeydoux deleted the fix/SDK-3193_openid-prompt-locators branch August 16, 2023 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants