remove issues watchers.edition only

stable
Juanfran 2015-09-23 08:21:34 +02:00
parent c091744fa1
commit 72f8ed260b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ describe('Issue detail', async function(){
it('assigned to edition', utils.detail.assignedToTesting); it('assigned to edition', utils.detail.assignedToTesting);
it.only('watchers edition', utils.detail.watchersTesting); it('watchers edition', utils.detail.watchersTesting);
it('history', utils.detail.historyTesting); it('history', utils.detail.historyTesting);