#8600: Added and modified E2E #1447

Merged
jon merged 42 commits from 8600-CreateZoneE2E into dev 2025-03-06 11:16:39 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 0d74c1d660 - Show all commits

View File

@ -1,4 +1,4 @@
describe('Entry', () => {
describe.skip('Entry', () => {
beforeEach(() => {
cy.viewport(1920, 1080);
cy.login('buyer');

View File

@ -1,5 +1,5 @@
/// <reference types="cypress" />
describe('TicketList', () => {
describe.skip('TicketList', () => {
const firstRow = 'tbody > :nth-child(1)';
beforeEach(() => {