Skip to content

Commit

Permalink
Rename property
Browse files Browse the repository at this point in the history
  • Loading branch information
JayAshton authored Nov 7, 2024
1 parent 605a0c7 commit f19865d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class ExuiSpinnerComponent extends Base {

async wait() {
await this.waitUtils.waitForLocatorVisibility(this.spinner, {
shouldBeVisible: false,
visibility: false,
});
}
}

0 comments on commit f19865d

Please sign in to comment.