We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0559625 commit 0b8a950Copy full SHA for 0b8a950
packages/svelte-tree-view/cypress/e2e/examples.spec.cy.ts
@@ -8,9 +8,9 @@ const TEST_DATA = `{{}
8
9
describe('# UI', () => {
10
it('Should render all 3 examples and inputted new data', () => {
11
- cy.visit('/', { failOnStatusCode: false })
+ cy.visit('/')
12
cy.get('.svelte-tree-view').find('li').should('have.length', 270)
13
- cy.wait(3000)
+ cy.wait(4000)
14
cy.get('button').contains('Example 2').click()
15
cy.get('.svelte-tree-view').find('li').should('have.length', 17)
16
cy.get('button').contains('Example 3').click()
0 commit comments