#8582 - test: e2e monitorTicket #1391
|
@ -4,7 +4,6 @@ const firstRow = (field, index = 1) =>
|
|||
describe('Monitor Tickets Table', () => {
|
||||
beforeEach(() => {
|
||||
cy.login('developer');
|
||||
cy.viewport(1920, 720);
|
||||
cy.visit('/#/monitor/tickets');
|
||||
cy.waitForElement('.q-page');
|
||||
cy.intercept('GET', '**/SalesMonitors/salesFilter*').as('filterRequest');
|
||||
|
|
|
@ -68,6 +68,7 @@ const waitForApiReady = (url, maxRetries = 20, delay = 1000) => {
|
|||
};
|
||||
|
||||
before(() => {
|
||||
cy.viewport(1920, 720);
|
||||
jsegarra marked this conversation as resolved
Outdated
|
||||
waitForApiReady('/api/Applications/status');
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Una resolución un poco rara no? Supongo que querías poner 1080
Lo debí copiar de algún sitio.
Aprovecho para quitarlo