test: remove custom viewport

This commit is contained in:
Mutasem Aldmour 2025-01-03 17:12:31 +01:00
parent c0ff4d1d9c
commit 6af194702a
No known key found for this signature in database
GPG key ID: 3DFA8122BB7FD6B8

View file

@ -115,8 +115,6 @@ describe('Data mapping', () => {
});
it('maps expressions from json view', () => {
// ADO-3063 - followup to make this viewport global
cy.viewport('macbook-16');
cy.fixture('Test_workflow_3.json').then((data) => {
cy.get('body').paste(JSON.stringify(data));
});