From 30ca3412691ff00eec1758da0bced0d9f91a3a64 Mon Sep 17 00:00:00 2001 From: Carlos Jimenez <=> Date: Mon, 26 Feb 2018 13:27:18 +0100 Subject: [PATCH] removed focus and comments from spec file --- e2e/paths/item-module/03_edit_item_tax.spec.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/e2e/paths/item-module/03_edit_item_tax.spec.js b/e2e/paths/item-module/03_edit_item_tax.spec.js index 08cc8102b..6b1dc9fc8 100644 --- a/e2e/paths/item-module/03_edit_item_tax.spec.js +++ b/e2e/paths/item-module/03_edit_item_tax.spec.js @@ -1,7 +1,7 @@ import selectors from '../../helpers/selectors.js'; import createNightmare from '../../helpers/helpers'; -fdescribe('add item tax path', () => { +describe('add item tax path', () => { const nightmare = createNightmare(); it('should access to the items index by clicking the items button', () => { @@ -53,8 +53,6 @@ fdescribe('add item tax path', () => { }); }); -// this validation might be not quite finished yet. double check if any other validation needs to be checked with Javi - it(`should confirm the item name was edited`, () => { return nightmare .click(selectors.itemTags.tagsButton)