Skip to content

Commit

Permalink
merge conflict fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taeJungCaci committed Oct 29, 2024
1 parent 7ee27ba commit b03eec5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ test.describe('Services counselor user', () => {

await page.getByText('Review documents').click();
await expect(page.getByRole('heading', { name: 'View documents' })).toBeVisible();
await page.getByTestId('shipmentInfo-showRequestDetailsButton').click();

expect(await page.locator('[data-testid="tag"]').count()).toBe(0);
await expect(page.locator('label').getByText('Actual Expense Reimbursement')).toBeVisible();
Expand Down Expand Up @@ -660,7 +659,6 @@ test.describe('Services counselor user', () => {
await expect(page.getByRole('heading', { name: 'View documents' })).toBeVisible();
await expect(page.getByTestId('tag')).toContainText('actual expense reimbursement');

await page.getByTestId('shipmentInfo-showRequestDetailsButton').click();
await expect(page.locator('label').getByText('Actual Expense Reimbursement')).toBeVisible();
expect(await page.getByTestId('isActualExpenseReimbursement').getByTestId('editTextButton').isDisabled()).toBe(
true,
Expand Down

0 comments on commit b03eec5

Please sign in to comment.