Skip to content

Commit 4743ba5

Browse files
committed
add elements to inbound send page
1 parent 7c8b816 commit 4743ba5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pages/inbound/create/steps/SendStep.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ class SendStep extends BasePageModel {
4848
return this.page.getByRole('button', { name: 'Send shipment' });
4949
}
5050

51+
get saveAndExitButton() {
52+
return this.page.getByRole('button', { name: 'Save and Exit' });
53+
}
54+
5155
async isLoaded() {
5256
await expect(this.originField.textbox).toBeVisible();
5357
await expect(this.destinationSelect.selectField).toBeVisible();

0 commit comments

Comments
 (0)