fix ShareProectModal test case on displaying the project members and invites

GitOrigin-RevId: 07e7737fdc97733a834a53add40fc7b433b790f1
This commit is contained in:
M Fahru 2022-07-08 07:08:51 -04:00 committed by Copybot
parent b245617b61
commit ce352bba4e

View file

@ -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(