Skip to content

Commit

Permalink
Cypress: Stylesview: Update test for 1000 px (cypress' window width)
Browse files Browse the repository at this point in the history
Now Stylesview's width is flexible and thus this test needs to be
updated to reflect that.

Signed-off-by: Pedro Pinto Silva <[email protected]>
Change-Id: I13198625e8f122104f2ef587187bb3c6c1ad9407
  • Loading branch information
pedropintosilva committed Oct 11, 2024
1 parent a2b4512 commit 0180d1a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ describe(['tagdesktop'], 'Top toolbar tests.', function() {
it('Apply style.', function() {
cy.cGet('#toolbar-up .ui-scroll-right').click();
helper.setDummyClipboardForCopy();
cy.cGet('#stylesview').scrollTo('bottom') ;
cy.cGet('.notebookbar.ui-iconview-entry img[title=Title]').click();
refreshCopyPasteContainer();
helper.copy();
Expand Down

0 comments on commit 0180d1a

Please sign in to comment.