refactor: refs #8351 put appropriate name
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
b67a6d5d75
commit
c59bc170a6
|
@ -1,5 +1,5 @@
|
||||||
/// <reference types="cypress" />
|
/// <reference types="cypress" />
|
||||||
describe('TicketRequest', () => {
|
describe('TicketNotes', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.login('developer');
|
cy.login('developer');
|
||||||
cy.viewport(1920, 1080);
|
cy.viewport(1920, 1080);
|
||||||
|
@ -13,7 +13,7 @@ describe('TicketRequest', () => {
|
||||||
cy.selectOption('[data-cy="ticketNotesObservationType"]:last', 'Weight');
|
cy.selectOption('[data-cy="ticketNotesObservationType"]:last', 'Weight');
|
||||||
cy.dataCy('ticketNotesDescription').should('exist');
|
cy.dataCy('ticketNotesDescription').should('exist');
|
||||||
cy.get('[data-cy="ticketNotesDescription"]:last').type(
|
cy.get('[data-cy="ticketNotesDescription"]:last').type(
|
||||||
'This is a note description'
|
'This is a note description',
|
||||||
);
|
);
|
||||||
cy.dataCy('crudModelDefaultSaveBtn').click();
|
cy.dataCy('crudModelDefaultSaveBtn').click();
|
||||||
cy.checkNotification('Data saved');
|
cy.checkNotification('Data saved');
|
||||||
|
|
Loading…
Reference in New Issue