Skip to content

Commit adec79f

Browse files
committed
fix failing putaway test
1 parent f8f6066 commit adec79f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/putaway/steps/StartStep.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class StartStep extends BasePageModel {
4747
}
4848

4949
async closeDisplayedError() {
50-
return this.page.locator('.alert-close-icon').click();
50+
return this.page.locator('.alert-close-icon').first().click();
5151
}
5252
}
5353

0 commit comments

Comments
 (0)