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 cc6454a commit 2a2c118Copy full SHA for 2a2c118
quick-start/e2e/specs/mappings/mappings.ts
@@ -145,6 +145,12 @@ export default function() {
145
await appPage.flowsTab.click();
146
flowPage.isLoaded();
147
});
148
+
149
+ it ('should redeploy modules', async function() {
150
+ browser.get('http://localhost:8080/#/flows');
151
+ await flowPage.redeployButton.click();
152
+ browser.sleep(5000);
153
+ });
154
155
it('should create Harmonize SKU flow on Product', async function() {
156
browser.get('http://localhost:8080/#/flows');
0 commit comments