#6317 create vnCurrency #181

Merged
jorgep merged 16 commits from 6317-createVnCurrency into dev 2024-03-01 07:39:06 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 8523256faf - Show all commits

View File

@ -8,7 +8,6 @@ describe('InvoiceInList', () => {
const screen = '.q-page-container > .q-drawer-container > .fullscreen';
beforeEach(() => {
cy.viewport(1920, 1080);
cy.login('developer');
cy.visit(`/#/invoice-in/list`);
cy.get(screen).click();