removed focus from describe

This commit is contained in:
Carlos Jimenez 2018-02-22 16:44:53 +01:00
parent bf751341c3
commit 8815dece66
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import selectors from '../../helpers/selectors.js';
import createNightmare from '../../helpers/helpers';
fdescribe('Item summary path', () => {
describe('Item summary path', () => {
const nightmare = createNightmare();
it('should access to the items index by clicking the items button', () => {