Skip to content

Commit

Permalink
Test also we have no open paste-special popup windows after completin…
Browse files Browse the repository at this point in the history
…g the test.

Below PR solved the issue and this addition is to ensure it doesn't regress.

#10648

Signed-off-by: Gökay Şatır <[email protected]>
Change-Id: I68a61d3ba81cad4f8790b1950ac591c7f5c37890
  • Loading branch information
gokaysatir authored and vmiklos committed Dec 10, 2024
1 parent aea2327 commit d4dd1d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress_test/integration_tests/desktop/calc/clipboard_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,5 +218,7 @@ describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Calc clipboard tests.', fu
cy.cGet('#ok').click();

cy.cGet('#formulabar').should('contain.text', 'Something to copy paste.');

cy.cGet('#PasteSpecial').should('not.exist');
});
});

0 comments on commit d4dd1d6

Please sign in to comment.