updated the user for this descriptor path
gitea/salix/dev This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2019-03-14 08:44:47 +01:00
parent b165f0d06b
commit cc37e67dbb
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
import selectors from '../../helpers/selectors.js';
import createNightmare from '../../helpers/nightmare';
describe('Item regularize path', () => {
describe('Item descriptor path', () => {
const nightmare = createNightmare();
beforeAll(() => {
nightmare
.loginAndModule('developer', 'item')
.loginAndModule('buyer', 'item')
.accessToSearchResult(1)
.accessToSection('item.card.data');
});