We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ab75e commit 3b836cdCopy full SHA for 3b836cd
1 file changed
src/pages/stockMovementShow/StockMovementShowPage.ts
@@ -102,6 +102,10 @@ class StockMovementShowPage extends BasePageModel {
102
return this.page.locator('div.error');
103
}
104
105
+ get informationMessage() {
106
+ return this.page.getByRole('status', { name: 'message' });
107
+ }
108
+
109
async clickDeleteShipment() {
110
this.page.once('dialog', (dialog) => dialog.accept());
111
await this.deleteButton.click();
0 commit comments