@shopware-ag/acceptance-test-suite 12.6.0 → 12.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as axe_core from 'axe-core';
|
|
2
|
-
import * as playwright_test from 'playwright/test';
|
|
2
|
+
import * as playwright_test from '@playwright/test';
|
|
3
3
|
import { Page as Page$1, Locator as Locator$1, Browser } from '@playwright/test';
|
|
4
4
|
export { expect, mergeTests } from '@playwright/test';
|
|
5
5
|
import * as playwright_core from 'playwright-core';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as axe_core from 'axe-core';
|
|
2
|
-
import * as playwright_test from 'playwright/test';
|
|
2
|
+
import * as playwright_test from '@playwright/test';
|
|
3
3
|
import { Page as Page$1, Locator as Locator$1, Browser } from '@playwright/test';
|
|
4
4
|
export { expect, mergeTests } from '@playwright/test';
|
|
5
5
|
import * as playwright_core from 'playwright-core';
|