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.
2 parents 1b5ebed + eeb9836 commit 985c1c1Copy full SHA for 985c1c1
quick-start/e2e/specs/mappings/typeAhead.ts
@@ -208,6 +208,12 @@ export default function() {
208
await appPage.flowsTab.click();
209
flowPage.isLoaded();
210
});
211
+
212
+ it ('should redeploy modules', async function() {
213
+ browser.get('http://localhost:8080/#/flows');
214
+ await flowPage.redeployButton.click();
215
+ browser.sleep(5000);
216
+ });
217
218
it('should create Harmonize WorldBank flow', async function() {
219
browser.get('http://localhost:8080/#/flows');
0 commit comments