We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaaaef0 commit adec0ceCopy full SHA for adec0ce
src/routes/projectEstimationItems/list.spec.js
@@ -204,7 +204,7 @@ describe('GET project estimation items', () => {
204
});
205
206
207
- it('should return 0 project estimation items for non-admin but project manager', (done) => {
+ it('should return 0 project estimation items for a project manager who is not a topcoder manager', (done) => {
208
request(server)
209
.get(url)
210
.set({
0 commit comments