fix toggle category custom attributtes e2e

stable
Juanfran 2015-09-23 13:48:20 +02:00
parent f5c8a689eb
commit 72543eb4bf
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ helper.toggleEstimationRole = function() {
helper.openCategory = function(index) {
let category = $$('.category-config').get(index);
category.click();
category.$('.resume').click();
let cateogoryItems = category.$('.category-items');