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
On initial load eXide should display one of two modals, either Getting Started if its the first run of eXide, or Version Note to inform users with previous eXide session data in their browser, about pitfalls of not reloading.
Describe the bug
The screenshot below should never be displayed, as it contains both modals simultaneously
Expected behavior
One modal and required click on start.
To Reproduce
Open navigate to eXide's index.html in an empty browser (privacy mode)
Integration Test
it('should display welcome dialog on empty session',()=>{cy.clearAllSessionStorage()cy.get('#dialog-startup').should('be.visible').contains('Quick Start')})
should pass it doesn't
Screenshots
Context (please always complete the following information):
eXist-db Version: [e.g. 6.2.0]
App Version: [e.g. 3.5.1]
The text was updated successfully, but these errors were encountered:
duncdrum
added a commit
to duncdrum/eXide
that referenced
this issue
Dec 20, 2023
On initial load eXide should display one of two modals, either
Getting Started
if its the first run of eXide, orVersion Note
to inform users with previous eXide session data in their browser, about pitfalls of not reloading.Describe the bug
The screenshot below should never be displayed, as it contains both modals simultaneously
Expected behavior
One modal and required click on start.
To Reproduce
Open navigate to eXide's index.html in an empty browser (privacy mode)
Integration Test
should pass it doesn't
Screenshots
Context (please always complete the following information):
The text was updated successfully, but these errors were encountered: