ci: Disable flaky 38-custom-template-repository.cy.ts (no-changelog) (#8648)
This commit is contained in:
committed by
GitHub
parent
e9af3e754f
commit
1e4e126c01
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user