Skip to content

Commit

Permalink
skip clipboard test
Browse files Browse the repository at this point in the history
  • Loading branch information
TeemuKoivisto committed Jan 25, 2024
1 parent 1313916 commit 6c08458
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ describe('# Snapshots tab', () => {
})
})

it('Should copy doc to clipboard with Copy button', () => {
it.skip('Should copy doc to clipboard with Copy button', () => {
cy.window().then(win => {
cy.stub(win.console, 'warn').as('consoleWarn')
cy.stub(win.console, 'error').as('consoleError')
Expand Down

0 comments on commit 6c08458

Please # to comment.