Skip to content

Commit

Permalink
fix: fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
AhashSritharan committed Sep 23, 2023
1 parent 5d7b1bf commit d65bc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/example.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { CRMConfig } from './auth.setup';

test.beforeEach(async ({ page }) => {
test.setTimeout(60000);
await page.addInitScript({ path: 'build/dist/src/XrmEx.js' });
await page.addInitScript({ path: 'build/src/XrmEx.js' });
var env: CRMConfig = JSON.parse(process.env.ENV_VAR_JSON);
await page.goto(env.CONTACT_RECORD_URL);
await page.getByLabel('First Name').waitFor({ state: 'visible' });
Expand Down

0 comments on commit d65bc4b

Please sign in to comment.