We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe98c8 commit 9de8ad6Copy full SHA for 9de8ad6
tests/System/support/commands/config.mjs
@@ -13,6 +13,6 @@ Cypress.Commands.add('config_setParameter', (parameter, value) => {
13
const content = fileContent.replace(regex, `public $${parameter} = ${newValue};`);
14
15
// Write the modified content back to the configuration file relative to the CMS root folder
16
- return cy.task('writeRelativeFile', { path: 'configuration.php', content });
+ return cy.task('writeRelativeFile', { path: 'configuration.php', content }).then(() => cy.wait(2000));
17
});
18
0 commit comments