Skip to content

Commit

Permalink
Remove another extendE2ETestTime
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Dec 11, 2019
1 parent 2245adb commit d4ef0de
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@ describe('Autoscaler -', () => {
});
confirm.confirm();
confirm.waitUntilNotShown();
extendE2ETestTime(5000);
expect(appAutoscaler.bannerAutoscalerTab.getButtonsCount()).toBe(1);
expect(appAutoscaler.bannerAutoscalerTab.getCreateButtonExistence()).toBe(true);
expect(appAutoscaler.tableEvents.isDisplayed()).toBe(true);
Expand Down

0 comments on commit d4ef0de

Please sign in to comment.