Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: only set allowedOrigin when needed #566

Merged
merged 17 commits into from
Sep 21, 2022
Merged

Conversation

michael-siek
Copy link
Member

No description provided.

@michael-siek michael-siek marked this pull request as ready for review September 21, 2022 15:10
branding: { application: 'playwright' }
})
`;
private async script(): Promise<string> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this async? It just returns the string

packages/playwright/tests/axe-playwright.spec.ts Outdated Show resolved Hide resolved
packages/playwright/tests/axe-playwright.spec.ts Outdated Show resolved Hide resolved

it('should not set when running legacy source and legacy mode', async () => {
await page.goto(`${addr}/index.html`);
await new AxePuppeteer(page, axeSource + axeForceLegacy)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Odd, doesn't look like this file ever makes the legacy source available outside of the without run partial describe.

packages/puppeteer/test/axePuppeteer.test.ts Outdated Show resolved Hide resolved
packages/webdriverio/src/index.ts Outdated Show resolved Hide resolved
packages/webdriverio/src/index.ts Outdated Show resolved Hide resolved
packages/webdriverio/src/utils.ts Outdated Show resolved Hide resolved
packages/webdriverjs/tests/axe-webdriverjs.spec.ts Outdated Show resolved Hide resolved
michael-siek and others added 6 commits September 21, 2022 12:21
Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com>
@michael-siek michael-siek merged commit a83907b into develop Sep 21, 2022
@michael-siek michael-siek deleted the chore/update/dependency branch September 21, 2022 19:35
Zidious pushed a commit that referenced this pull request Oct 25, 2022
Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants