Updated e2e
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-10-08 14:55:37 +02:00
parent 498841b274
commit 12b623f5ee
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ describe('Ticket descriptor path', () => {
await page.waitToClick(selectors.ticketDescriptor.acceptDeleteButton);
const message = await page.waitForSnackbar();
expect(message.text).toBe('Ticket deleted');
expect(message.text).toBe('Ticket deleted. You can undo this action within the first hour');
});
it('should have been relocated to the ticket index', async() => {