Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
paustint committed May 10, 2024
1 parent 232955a commit 2942948
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ test.describe('LOAD WITHOUT FILE', () => {
await page.getByTestId('dropdown-Field to Update').getByPlaceholder('Select an Option').fill('fax');
await page.getByRole('option', { name: 'Account Fax Fax phone' }).click();

await page.getByTestId('dropdown-Record update to Apply').getByPlaceholder('Select an Option').click();
await page.getByRole('option', { name: 'Value from different field' }).click();

await page.getByTestId('dropdown-Field to use as value').getByPlaceholder('Select an Option').click();
await page.getByTestId('dropdown-Field to use as value').getByPlaceholder('Select an Option').fill('name');
await page.getByRole('option', { name: 'Account Name Name' }).click();
Expand Down

0 comments on commit 2942948

Please sign in to comment.