test: refs #8862 add Cypress isolation tests for various ticket and zone components #1698

Open
benjaminedc wants to merge 20 commits from 8862-testIsolationFalse into dev
2 changed files with 1 additions and 7 deletions
Showing only changes of commit d477b6c477 - Show all commits

View File

@ -53,12 +53,6 @@ export default defineConfig({
watchForFileChanges: true,
reporter,
reporterOptions,
setupNodeEvents(on, config) {
if (config.specPattern.includes('isolation.spec.js')) {
config.testIsolation = true;
}
return config;
},
component: {
componentFolder: 'src',
testFiles: '**/*.spec.js',

View File

@ -1,7 +1,7 @@
/// <reference types="cypress" />
const firstRow = 'tbody > :nth-child(1)';
describe('TicketSale', () => {
describe('TicketSale', { testIsolation: true }, () => {
describe.skip('Ticket #23', () => {
beforeEach(() => {
cy.login('claimManager');