8713-testToMaster #1539

Merged
alexm merged 118 commits from 8713-testToMaster into master 2025-03-04 06:57:15 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 73eab5baa4 - Show all commits

View File

@ -5,7 +5,6 @@ import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
defaultBrowser: 'chromium',
baseUrl: 'http://localhost:9000/',
experimentalStudio: true,
fixturesFolder: 'test/cypress/fixtures',

View File

@ -168,7 +168,7 @@ describe('TicketSale', () => {
.should('have.text', `${discount}.00%`);
});
it.only('change concept', () => {
it('change concept', () => {
const concept = Math.floor(Math.random() * 100) + 1;
cy.waitForElement(firstRow);
cy.get('[data-col-field="item"]').click();