1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-02 07:20:47 +00:00

Make web test less janky

This commit is contained in:
Brenden Matthews 2023-08-22 14:37:16 -04:00
parent 49a1ba2b2d
commit 432cd94479

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