Merge branch 'dev' into 8626-addTestCasesInRouteListTest

This commit is contained in:
Jose Antonio Tubau 2025-02-28 09:12:11 +00:00
commit 89032d4163
3 changed files with 3 additions and 2 deletions
Jenkinsfile
test/cypress/integration

1
Jenkinsfile vendored
View File

@ -113,6 +113,7 @@ pipeline {
}
steps {
script {
sh 'find ./junit -type f -name "e2e-*" -delete || true'
env.COMPOSE_TAG = PROTECTED_BRANCH.contains(env.CHANGE_TARGET) ? env.CHANGE_TARGET : 'dev'
def image = docker.build('lilium-dev', '-f docs/Dockerfile.dev docs')
sh "docker-compose ${env.COMPOSE_PARAMS} up -d"

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(() => {