fix: refs #8583 workerSummary test
This commit is contained in:
parent
2199903cae
commit
6514490622
|
@ -1,4 +1,5 @@
|
|||
describe('WorkerSummary', () => {
|
||||
const departmentDescriptor = ':nth-child(1) > :nth-child(3) > .value > .link';
|
||||
beforeEach(() => {
|
||||
cy.viewport(1280, 720);
|
||||
cy.login('developer');
|
||||
|
@ -10,7 +11,11 @@ describe('WorkerSummary', () => {
|
|||
cy.get('.summaryHeader > div').should('have.text', '19 - salesboss salesboss');
|
||||
cy.get(':nth-child(1) > :nth-child(2) > .value > span').should(
|
||||
'have.text',
|
||||
'salesBossNick'
|
||||
'salesBossNick',
|
||||
);
|
||||
});
|
||||
|
||||
it('should try all descriptors', () => {
|
||||
cy.waitForElement('.summaryHeader');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue