fix ShareProectModal test case on displaying the project members and invites
GitOrigin-RevId: 07e7737fdc97733a834a53add40fc7b433b790f1
This commit is contained in:
+1
-1
@@ -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