Merge branch 'dev' into 8626-addTestCasesInRouteListTest
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jose Antonio Tubau 2025-03-17 08:27:41 +00:00
commit f5f32356e9
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ describe('TicketSale', () => {
cy.get('[data-col-field="price"]') cy.get('[data-col-field="price"]')
.find('.q-btn > .q-btn__content') .find('.q-btn > .q-btn__content')
.should('have.text', `${price}`); .should('contain.text', `${price}`);
}); });
it('update discount', () => { it('update discount', () => {
const discount = Math.floor(Math.random() * 100) + 1; const discount = Math.floor(Math.random() * 100) + 1;