Make web test less janky

This commit is contained in:
Brenden Matthews 2023-08-22 14:37:16 -04:00
parent 49a1ba2b2d
commit 432cd94479
1 changed files with 2 additions and 1 deletions

View File

@ -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', () => {