hotFix_supplier_autoBic #1023

Merged
alexm merged 4 commits from hotFix_supplier_autoBic into master 2024-11-29 11:22:56 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 068b2dc9aa - Show all commits

View File

@ -3,6 +3,7 @@ describe('VnBreadcrumbs', () => {
const firstCard = '.q-infinite-scroll > :nth-child(1)';
const lastBreadcrumb = '.q-breadcrumbs--last > .q-breadcrumbs__el';
beforeEach(() => {
cy.viewport(1920, 1080);
cy.login('developer');
cy.visit('/');
});