fix: e2e
gitea/salix-front/pipeline/pr-master This commit looks good
Details
gitea/salix-front/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
89a13e8886
commit
068b2dc9aa
|
@ -3,6 +3,7 @@ describe('VnBreadcrumbs', () => {
|
||||||
const firstCard = '.q-infinite-scroll > :nth-child(1)';
|
const firstCard = '.q-infinite-scroll > :nth-child(1)';
|
||||||
const lastBreadcrumb = '.q-breadcrumbs--last > .q-breadcrumbs__el';
|
const lastBreadcrumb = '.q-breadcrumbs--last > .q-breadcrumbs__el';
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
cy.viewport(1920, 1080);
|
||||||
cy.login('developer');
|
cy.login('developer');
|
||||||
cy.visit('/');
|
cy.visit('/');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue