eXide icon indicating copy to clipboard operation
eXide copied to clipboard

[BUG] initial load screen shows version note on browser with no eXide history

Open duncdrum opened this issue 2 years ago • 0 comments

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 Screenshot 2023-12-20 at 12 56 17

Context (please always complete the following information):

  • eXist-db Version: [e.g. 6.2.0]
  • App Version: [e.g. 3.5.1]

duncdrum avatar Dec 20 '23 12:12 duncdrum