removed focus on describe
This commit is contained in:
parent
d9438e6b77
commit
a93bb13917
|
@ -7,7 +7,7 @@ const moduleAccessViewHashURL = '#!/';
|
|||
|
||||
jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000;
|
||||
|
||||
fdescribe('Edit addresses path', () => {
|
||||
describe('Edit addresses path', () => {
|
||||
describe('warm up', () => {
|
||||
it('should warm up login and fixtures', done => {
|
||||
nightmare
|
||||
|
|
Loading…
Reference in New Issue