Closed JettTech closed 3 years ago
Latest commit: |
258f598
|
Status: | ✅ Deploy successful! |
Preview URL: | https://3bea5da4.elemental-chat-ui.pages.dev |
CI is failing. Looks like there's still something in here that either doesn't account for anonymous or doesn't account for VUE_APP_ANONYMOUS='enabled'
Tested locally and found that they each pass individually, and some in certain groupings (first three/last three), but not all in the current sequence. There is something flaky about the test env, looking into it.
I was testing this locally and window.location.search = ''
causes the page to reload. I'm pushing a commit that uses history.pushState
instead
Updates: