Skip to content

Commit

Permalink
Clean Up Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant committed Oct 23, 2023
1 parent fcfe192 commit be6f917
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cypress/component/integration/Clipboard.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ describe('Component | Integration | Clipboard', function () {
});

it('should fire the copy clipboard function', () => {
cy.get('[data-testid="clipboard-field"]').should('exist');
cy.get('[data-testid="clipboard-content"]').contains(
'formatted content',
);
cy.on('window:confirm', () => true);

cy.window().then((win) => {
Expand Down

0 comments on commit be6f917

Please sign in to comment.