chore: skip flaky component test for selector playground (#27609)

Co-authored-by: Jordan <jordan@jpdesigning.com>
This commit is contained in:
Adam Stone-Lord
2023-08-22 11:48:16 -04:00
committed by GitHub
parent c284bd4c9d
commit 0f638ecdfd

View File

@@ -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()