removed focus and comments from spec file
This commit is contained in:
parent
9fd95bdc7e
commit
30ca341269
|
@ -1,7 +1,7 @@
|
||||||
import selectors from '../../helpers/selectors.js';
|
import selectors from '../../helpers/selectors.js';
|
||||||
import createNightmare from '../../helpers/helpers';
|
import createNightmare from '../../helpers/helpers';
|
||||||
|
|
||||||
fdescribe('add item tax path', () => {
|
describe('add item tax path', () => {
|
||||||
const nightmare = createNightmare();
|
const nightmare = createNightmare();
|
||||||
|
|
||||||
it('should access to the items index by clicking the items button', () => {
|
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`, () => {
|
it(`should confirm the item name was edited`, () => {
|
||||||
return nightmare
|
return nightmare
|
||||||
.click(selectors.itemTags.tagsButton)
|
.click(selectors.itemTags.tagsButton)
|
||||||
|
|
Loading…
Reference in New Issue