Skip to content

Commit

Permalink
updated tests for Mobile Home
Browse files Browse the repository at this point in the history
  • Loading branch information
WeatherfordAaron committed Sep 6, 2024
1 parent 2fd2064 commit b4f045d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,9 @@ test.describe('Services counselor user', () => {

await expect(page.getByTestId('ShipmentContainer')).toHaveCount(2);

await expect(page.getByText('Mobile home year')).toBeVisible();
await expect(page.getByTestId('year')).toHaveText('2022');
await expect(page.getByText('Mobile home make')).toBeVisible();
await expect(page.getByTestId('make')).toHaveText('make');
await expect(page.getByText('Mobile home model')).toBeVisible();
await expect(page.getByTestId('model')).toHaveText('model');
await expect(page.getByText('Dimensions')).toBeVisible();
await expect(page.getByTestId('dimensions')).toHaveText("22' L x 22' W x 22' H");
});
});
4 changes: 0 additions & 4 deletions playwright/tests/office/txo/tooFlowsMobileHome.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,9 @@ test.describe('TOO user', () => {

await expect(page.getByTestId('ShipmentContainer')).toHaveCount(2);

await expect(page.getByText('Mobile home year')).toBeVisible();
await expect(page.getByTestId('year')).toHaveText('2022');
await expect(page.getByText('Mobile home make')).toBeVisible();
await expect(page.getByTestId('make')).toHaveText('make');
await expect(page.getByText('Mobile home model')).toBeVisible();
await expect(page.getByTestId('model')).toHaveText('model');
await expect(page.getByText('Dimensions')).toBeVisible();
await expect(page.getByTestId('dimensions')).toHaveText("22' L x 22' W x 22' H");
});
});

0 comments on commit b4f045d

Please sign in to comment.