Skip to content

Commit

Permalink
chore(test): update defect-406 viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
unimu-cic committed Aug 23, 2023
1 parent 28af67b commit 7d9c4d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cypress/e2e/defect-406.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
/* eslint-disable no-undef */
import 'cypress-plugin-snapshots/commands';
describe('Defect 406', function () {
beforeEach(() => {
// run these tests as if in a desktop
// browser with a 720p monitor
cy.viewport(1280, 720)
})

it('Fragments under Creation', function () {
cy.visit('http://127.0.0.1:8080/cy/defect-406-alt-under-creation.html');
cy.get('[data-signature="m6"]', { timeout: 5000 }).should('be.visible');
Expand Down

0 comments on commit 7d9c4d7

Please sign in to comment.