eXide
eXide copied to clipboard
[BUG] initial load screen shows version note on browser with no eXide history
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]