Skip to content

Commit

Permalink
Make web test less janky
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Aug 22, 2023
1 parent 49a1ba2 commit 432cd94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/cypress/e2e/basic.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ describe('check variables', () => {
cy.get('[data-cy="page-heading"]').contains(/^Variables$/)
})
it('has anchor links and can focus on them', () => {
cy.get('[data-anchor-name="cpu"]').click().and('be.visible')
cy.get('[data-anchor-name="acpiacadapter"]').click()
cy.get('[data-anchor-name="acpiacadapter"]').and('be.visible')
})
})
describe('check lua', () => {
Expand Down

0 comments on commit 432cd94

Please sign in to comment.