You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We came across an issue where a test in the AuthModal test suite was failing because it was using new RegExp on a value which contained parentheses. This isn't critical, but it's something we should look at when we have time, either by finding a way to avoid using RegExp for string matching, or by writing a utility to escape special characters/.
The text was updated successfully, but these errors were encountered:
We came across an issue where a test in the AuthModal test suite was failing because it was using
new RegExp
on a value which contained parentheses. This isn't critical, but it's something we should look at when we have time, either by finding a way to avoid using RegExp for string matching, or by writing a utility to escape special characters/.The text was updated successfully, but these errors were encountered: