removed focus from describe
This commit is contained in:
parent
bf751341c3
commit
8815dece66
|
@ -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('Item summary path', () => {
|
describe('Item summary 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', () => {
|
||||||
|
|
Loading…
Reference in New Issue