removed focus and comments from spec file

This commit is contained in:
Carlos Jimenez 2018-02-26 13:27:18 +01:00
parent 9fd95bdc7e
commit 30ca341269
1 changed files with 1 additions and 3 deletions

View File

@ -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)