mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 20:11:32 +02:00
fix ShareProectModal test case on displaying the project members and invites
GitOrigin-RevId: 07e7737fdc97733a834a53add40fc7b433b790f1
This commit is contained in:
@@ -309,7 +309,7 @@ describe('<ShareProjectModal/>', function () {
|
||||
},
|
||||
})
|
||||
|
||||
expect(screen.queryAllByText('project-owner@example.com')).to.have.length(1)
|
||||
expect(screen.queryAllByText(USER_EMAIL)).to.have.length(1)
|
||||
expect(screen.queryAllByText('member-author@example.com')).to.have.length(1)
|
||||
expect(screen.queryAllByText('member-viewer@example.com')).to.have.length(1)
|
||||
expect(screen.queryAllByText('invited-author@example.com')).to.have.length(
|
||||
|
||||
Reference in New Issue
Block a user