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

🐛 [e2e, Frontend] Use replace instead of replaceAll #6549

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

odeimaiz
Copy link
Member

@odeimaiz odeimaiz commented Oct 16, 2024

What do these changes do?

The browser used in the portal-e2e is Chrome 80 or so and replaceAll wasn't supported until 85...

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replaceAll#browser_compatibility
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replace#browser_compatibility

Related issue/s

How to test

Dev-ops checklist

@odeimaiz odeimaiz added bug buggy, it does not work as expected e2e Bugs found by or related to the end-2-end testing labels Oct 16, 2024
@odeimaiz odeimaiz added this to the MartinKippenberger milestone Oct 16, 2024
@odeimaiz odeimaiz self-assigned this Oct 16, 2024
@odeimaiz odeimaiz enabled auto-merge (squash) October 16, 2024 14:28
Copy link

@odeimaiz odeimaiz merged commit b25439b into ITISFoundation:master Oct 16, 2024
51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug buggy, it does not work as expected e2e Bugs found by or related to the end-2-end testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants