mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 09:44:04 +00:00
Make web test less janky
This commit is contained in:
parent
49a1ba2b2d
commit
432cd94479
@ -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', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user