Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
duncdrum opened this issue Dec 20, 2023 · 0 comments
Labels

Comments

@duncdrum
Copy link
Contributor

duncdrum commented Dec 20, 2023

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 added a commit to duncdrum/eXide that referenced this issue Dec 20, 2023
test initial load scenarios

see eXist-db#652
@joewiz joewiz added the bug label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants