3690-fix(worker): fix calendar e2e #896
|
@ -55,7 +55,7 @@ describe('Worker calendar path', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
describe(`as salesBoss`, () => {
|
describe(`as salesBoss`, () => {
|
||||||
it(`should log in and get to Hank's calendar`, async() => {
|
it(`should log in and get to Charles Xavier's calendar`, async() => {
|
||||||
await page.loginAndModule('salesBoss', 'worker');
|
await page.loginAndModule('salesBoss', 'worker');
|
||||||
await page.accessToSearchResult('Charles Xavier');
|
await page.accessToSearchResult('Charles Xavier');
|
||||||
await page.accessToSection('worker.card.calendar');
|
await page.accessToSection('worker.card.calendar');
|
||||||
|
@ -99,9 +99,9 @@ describe('Worker calendar path', () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe(`as Hank`, () => {
|
describe(`as Charles Xavier`, () => {
|
||||||
it(`should log in and get to his calendar`, async() => {
|
it(`should log in and get to his calendar`, async() => {
|
||||||
await page.loginAndModule('HankPym', 'worker');
|
await page.loginAndModule('CharlesXavier', 'worker');
|
||||||
await page.accessToSearchResult('Charles Xavier');
|
await page.accessToSearchResult('Charles Xavier');
|
||||||
await page.accessToSection('worker.card.calendar');
|
await page.accessToSection('worker.card.calendar');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue