Skip to content

DEV: fix flaky in admin site texts #32783

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

Merged
merged 1 commit into from
May 18, 2025
Merged

DEV: fix flaky in admin site texts #32783

merged 1 commit into from
May 18, 2025

Conversation

jjaffeux
Copy link
Contributor

A spec could potentially go so fast that it would attempt to fill in the input before we have gone through the various redirects resulting in an error.

Failure/Error: super

Playwright::Error:
  TypeError: Cannot read properties of null (reading 'namespaceURI')
      at eval (eval at evaluate (:313:29), <anonymous>:17:12)
      at UtilityScript.evaluate (<anonymous>:320:18)
      at UtilityScript.<anonymous> (<anonymous>:1:44)
  Call log:

Now that we ensure that we have the current final state path we should avoid this error.

A spec could potentially go so fast that it would attempt to fill in the input before we have gone through the various redirects resulting in an error.

```
Failure/Error: super

Playwright::Error:
  TypeError: Cannot read properties of null (reading 'namespaceURI')
      at eval (eval at evaluate (:313:29), <anonymous>:17:12)
      at UtilityScript.evaluate (<anonymous>:320:18)
      at UtilityScript.<anonymous> (<anonymous>:1:44)
  Call log:
```

Now that we ensure that we have the current final state path we should avoid this error.
@jjaffeux jjaffeux merged commit e60e832 into main May 18, 2025
17 checks passed
@jjaffeux jjaffeux deleted the systems-specs-6 branch May 18, 2025 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants