mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fix ShareProectModal test case on displaying the project members and invites
GitOrigin-RevId: 07e7737fdc97733a834a53add40fc7b433b790f1
This commit is contained in:
parent
b245617b61
commit
ce352bba4e
1 changed files with 1 additions and 1 deletions
|
@ -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-author@example.com')).to.have.length(1)
|
||||||
expect(screen.queryAllByText('member-viewer@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(
|
expect(screen.queryAllByText('invited-author@example.com')).to.have.length(
|
||||||
|
|
Loading…
Reference in a new issue