Skip to content

OBPIH-7534 Putaway when preferred bin assigned to inventory level#73

Merged
alannadolny merged 5 commits intomainfrom
OBPIH-7534
Feb 18, 2026
Merged

OBPIH-7534 Putaway when preferred bin assigned to inventory level#73
alannadolny merged 5 commits intomainfrom
OBPIH-7534

Conversation

@kkrawczyk123
Copy link
Collaborator

Created tests:

  • putaway to preferred bin assigned to inventory level
  • putaway to default bin location
  • edit putaway bin when assigned automatically based on preferred bin
    and
  • added new pages and elements

Comment on lines +19 to +21
return this.modal.locator(
'select[name="preferredBinLocation"] + .chosen-container'
);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't there a better selector?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be if you add one :)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we create a ticket for identifying all of those invalid selectors and changing them in both repos?

Comment on lines +22 to +33

get confirmPutawayDialog() {
return this.page.locator('.react-confirm-alert');
}

get yesButtonOnConfirmPutawayDialog() {
return this.confirmPutawayDialog.getByRole('button', { name: 'Yes' });
}

get noButtonOnConfirmPutawayDialog() {
return this.confirmPutawayDialog.getByRole('button', { name: 'No' });
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't the dialog be a separated class?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot from 2026-02-18 09-47-35 we also use it in similar way in other places

@alannadolny alannadolny merged commit ae52071 into main Feb 18, 2026
1 check passed
@alannadolny alannadolny deleted the OBPIH-7534 branch February 18, 2026 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments