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(() => {
|
||||
cy.viewport(1920, 1080);
|
||||
cy.login('developer');
|
||||
cy.visit('#/customer/1101/notes');
|
||||
cy.visit('#/customer/1102/notes');
|
||||
});
|
||||
|
||||
it('should add and filter notes', () => {
|
||||
|
@ -15,9 +15,10 @@ describe('VnNotes', () => {
|
|||
cy.get('.column.full-width')
|
||||
.children()
|
||||
.each(($el) => {
|
||||
cy.wrap($el)
|
||||
.find('[data-cy="VnNotes-observation-type-badge"]')
|
||||
.should('include.text', obervationType);
|
||||
cy.dataCy('VnNotes-observation-type-badge').should(
|
||||
'include.text',
|
||||
obervationType,
|
||||
);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue