Skip to content

Commit

Permalink
#2490: fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-may committed Jul 10, 2024
1 parent de3794e commit 96d5cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ describe('Client Display Tests', () => {
cy.wrapIframe().find('[data-cy="pointHistoryChartNoData"]')
cy.wrapIframe().contains('Subjects have not been added yet')
cy.wrapIframe().find('[data-cy="myRankPosition"]')
cy.matchSnapshotImageForElement('body iframe')
cy.wait(4000)
cy.matchSnapshotImageForElement('body iframe', { errorThreshold: 0.05 })
})

it('skills client\'s iframe support does not show header or footer', () => {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 96d5cfe

Please sign in to comment.