Skip to content

Commit 2a2c118

Browse files
ayuwonoaebadirad
authored andcommitted
add redeploy to stabilize (#1730)
1 parent cc6454a commit 2a2c118

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

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

149155
it('should create Harmonize SKU flow on Product', async function() {
150156
browser.get('http://localhost:8080/#/flows');

0 commit comments

Comments
 (0)