test(backend-proxy-e2e): stabilize backend proxy tests (#3133)
This commit is contained in:
@ -9,6 +9,7 @@ describe('Proxy Backend Editorial Workflow', () => {
|
||||
|
||||
before(() => {
|
||||
specUtils.before(taskResult, { publish_mode: 'editorial_workflow' }, backend);
|
||||
Cypress.config('defaultCommandTimeout', 5 * 1000);
|
||||
});
|
||||
|
||||
after(() => {
|
||||
|
@ -9,6 +9,7 @@ describe('Proxy Backend Media Library - REST API', () => {
|
||||
|
||||
before(() => {
|
||||
specUtils.before(taskResult, { publish_mode: 'editorial_workflow' }, backend);
|
||||
Cypress.config('defaultCommandTimeout', 5 * 1000);
|
||||
});
|
||||
|
||||
after(() => {
|
||||
|
@ -9,6 +9,7 @@ describe('Proxy Backend Simple Workflow', () => {
|
||||
|
||||
before(() => {
|
||||
specUtils.before(taskResult, { publish_mode: 'simple' }, backend);
|
||||
Cypress.config('defaultCommandTimeout', 5 * 1000);
|
||||
});
|
||||
|
||||
after(() => {
|
||||
|
Reference in New Issue
Block a user