@tramvai/test-puppeteer 2.27.0 → 2.29.0
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ it('puppeteer', async () => {
|
|
|
44
44
|
await page.$eval('.application', (node) => (node as HTMLElement).innerText)
|
|
45
45
|
).toMatchInlineSnapshot(`"Main Page click link"`);
|
|
46
46
|
|
|
47
|
-
await wrapper.router.
|
|
47
|
+
await wrapper.router.navigate('./second');
|
|
48
48
|
|
|
49
49
|
expect(
|
|
50
50
|
await page.$eval('.application', (node) => (node as HTMLElement).innerText)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/test-puppeteer",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.29.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@tinkoff/utils": "^2.1.2",
|
|
22
|
-
"@tramvai/tokens-router": "2.
|
|
22
|
+
"@tramvai/tokens-router": "2.29.0",
|
|
23
23
|
"console-with-style": "^1.1.0",
|
|
24
24
|
"supports-color": "8.1.1",
|
|
25
25
|
"tslib": "^2.4.0"
|