Merge pull request #19061 from overleaf/jpa-fix-e2e-test

[server-ce] update tests for new notifications style on project-dash

GitOrigin-RevId: 7fe6aadfee348ad0513e49d601812b90ceb6aaa8
This commit is contained in:
Jakob Ackermann 2024-06-21 17:10:05 +02:00 committed by Copybot
parent 790f90e97d
commit c851be7809

View file

@ -109,12 +109,12 @@ describe('Project creation and compilation', function () {
login('collaborator@example.com')
cy.visit('/project')
// FIXME: Should have data-test-id
cy.findByText(targetProjectName)
.parent()
.parent()
.find('button.btn-info')
.click()
.within(() => {
cy.findByText('Join Project').click()
})
cy.findByText('Open Project').click()
cy.url().should('match', /\/project\/[a-fA-F0-9]{24}/)
cy.get('@targetProjectId').then(targetProjectId => {