Skip to content

Commit 985c1c1

Browse files
authored
Merge pull request #1682 from marklogic/e2e/redeploy-harmonize
e2e/redeploy before creating harmonize wb flow
2 parents 1b5ebed + eeb9836 commit 985c1c1

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)