ci: Disable flaky 38-custom-template-repository.cy.ts (no-changelog) (#8648)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-02-16 09:38:24 +01:00
committed by GitHub
parent e9af3e754f
commit 1e4e126c01

View File

@@ -9,7 +9,7 @@ const workflowPage = new WorkflowPage();
const templateWorkflowPage = new TemplateWorkflowPage();
describe('In-app templates repository', () => {
describe.skip('In-app templates repository', () => {
beforeEach(() => {
cy.intercept('GET', '**/api/templates/search?page=1&rows=20&category=&search=', { fixture: 'templates_search/all_templates_search_response.json' }).as('searchRequest');
cy.intercept('GET', '**/api/templates/search?page=1&rows=20&category=Sales*', { fixture: 'templates_search/sales_templates_search_response.json' }).as('categorySearchRequest');