perf: refs #8193 e2e
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
9bf1f74061
commit
c1964dc16e
|
@ -4,7 +4,7 @@ describe('VnNotes', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.viewport(1920, 1080);
|
cy.viewport(1920, 1080);
|
||||||
cy.login('developer');
|
cy.login('developer');
|
||||||
cy.visit('#/customer/1101/notes');
|
cy.visit('#/customer/1102/notes');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should add and filter notes', () => {
|
it('should add and filter notes', () => {
|
||||||
|
@ -15,9 +15,10 @@ describe('VnNotes', () => {
|
||||||
cy.get('.column.full-width')
|
cy.get('.column.full-width')
|
||||||
.children()
|
.children()
|
||||||
.each(($el) => {
|
.each(($el) => {
|
||||||
cy.wrap($el)
|
cy.dataCy('VnNotes-observation-type-badge').should(
|
||||||
.find('[data-cy="VnNotes-observation-type-badge"]')
|
'include.text',
|
||||||
.should('include.text', obervationType);
|
obervationType,
|
||||||
|
);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue