Skip to content

Commit eeb9836

Browse files
authored
e2e/redeploy before creating harmonize wb flow
add redeploy modules step before creating harmonize worldbank flow, to make sure it will synch up
1 parent 9466fab commit eeb9836

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

quick-start/e2e/specs/mappings/typeAhead.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,12 @@ export default function() {
208208
await appPage.flowsTab.click();
209209
flowPage.isLoaded();
210210
});
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+
});
211217

212218
it('should create Harmonize WorldBank flow', async function() {
213219
browser.get('http://localhost:8080/#/flows');

0 commit comments

Comments
 (0)