Skip to content

Commit

Permalink
Merge pull request #11860 from transcom/B-17919-INT
Browse files Browse the repository at this point in the history
B 17919 int
  • Loading branch information
AMA113 authored Feb 1, 2024
2 parents 56e1635 + 47ce6ea commit bdaec5f
Show file tree
Hide file tree
Showing 6 changed files with 732 additions and 841 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ VALUES (
true,
true,
true,
true);
true);
7 changes: 1 addition & 6 deletions playwright/tests/my/milmove/ppms/customerPpmTestFixture.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,12 +331,7 @@ export class CustomerPpmPage extends CustomerPage {
* returns {Promise<void>}
*/
async submitsDateAndLocation() {
await this.page.locator('input[name="pickupPostalCode"]').clear();
await this.page.locator('input[name="pickupPostalCode"]').type('90210');
await this.page.locator('input[name="pickupPostalCode"]').blur();

await this.page.locator('input[name="destinationPostalCode"]').clear();
await this.page.locator('input[name="destinationPostalCode"]').type('76127');
// TODO: B-18434 update this to fill out addresses

await this.page.locator('input[name="expectedDepartureDate"]').clear();
await this.page.locator('input[name="expectedDepartureDate"]').type('01 Feb 2022');
Expand Down
Loading

0 comments on commit bdaec5f

Please sign in to comment.