mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 12:24:25 +02:00
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:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user