Skip to content

Commit

Permalink
use default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskikutis committed Oct 23, 2023
1 parent 6568c4a commit c675375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/client/specs/helpers/monitoring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ class Monitoring {
this.tabAction = function(tab) {
const btn = element(by.css('[ng-click="vm.current_tab = \'' + tab + '\'"]'));

browser.wait(ECE.elementToBeClickable(btn), 2000);
browser.wait(ECE.elementToBeClickable(btn));

btn.click();
};
Expand Down

0 comments on commit c675375

Please sign in to comment.