Skip to content

Commit

Permalink
Merge pull request #251 from ilia-marchenko/master
Browse files Browse the repository at this point in the history
WAT-3941 - No timeout displayed in log on waitForRoot call
  • Loading branch information
ArtMathArt authored Oct 23, 2024
2 parents b29c691 + 7c1bf70 commit f9c8242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-application/src/web-application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export class WebApplication extends PluggableModule {
public root = createElementPath();

static stepLogMessagesDecorator = {
waitForRoot(timeout) {
waitForRoot(timeout: number = this.WAIT_TIMEOUT) {
return `Waiting for root element for ${timeout}`;
},
waitForExist(xpath, timeout: number = this.WAIT_TIMEOUT) {
Expand Down

0 comments on commit f9c8242

Please sign in to comment.