mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-09 08:40:32 -06:00
chore: skip flaky component test for selector playground (#27609)
Co-authored-by: Jordan <jordan@jpdesigning.com>
This commit is contained in:
@@ -180,7 +180,8 @@ describe('SelectorPlayground', () => {
|
||||
})
|
||||
})
|
||||
|
||||
it('shows tooltips when buttons are focused', () => {
|
||||
// TODO: fix this flaky test
|
||||
it.skip('shows tooltips when buttons are focused', () => {
|
||||
mountSelectorPlayground()
|
||||
|
||||
cy.get('[data-cy="playground-toggle"]').focus()
|
||||
|
||||
Reference in New Issue
Block a user