Skip to content

Commit

Permalink
Cypress tests extended
Browse files Browse the repository at this point in the history
  • Loading branch information
StaNov committed Jan 23, 2025
1 parent 99e1cae commit 8deb359
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions e2e/cypress/e2e/tasks/tasksNotifications.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@ describe('tasks notifications', () => {
getNotifications()
.should('have.length', 1)
.first()
.should(
'include.text',
'A task has been assigned to you: New review task'
)
.should('include.text', 'Tasks test user')
.should('include.text', 'New review task')
.should('include.text', 'Project with tasks')
.click();

cy.url().should('include', '/translations?task=');
Expand Down

0 comments on commit 8deb359

Please sign in to comment.