refs #5976 fix: e2e
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2023-07-19 14:14:35 +02:00
parent 2c79056f34
commit b188ae6f57
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
UPDATE `salix`.`ACL`
SET principalId='salesperson'
SET principalId='salesPerson'
WHERE
model='Ticket'
AND property='setDeleted'

View File

@ -10,7 +10,7 @@ describe('Ticket create path', () => {
beforeAll(async() => {
browser = await getBrowser();
page = browser.page;
await page.loginAndModule('employee', 'ticket');
await page.loginAndModule('salesPerson', 'ticket');
});
afterAll(async() => {