@percy/webdriver-utils 1.28.8-beta.4 → 1.28.8
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.
|
@@ -102,7 +102,6 @@ export default class PlaywrightProvider extends GenericProvider {
|
|
|
102
102
|
sha: tileData.sha.split('-')[0] // drop build id
|
|
103
103
|
}));
|
|
104
104
|
}
|
|
105
|
-
|
|
106
105
|
const tagData = {
|
|
107
106
|
width: tileResponse.comparison_tag_data.width,
|
|
108
107
|
height: tileResponse.comparison_tag_data.height,
|
|
@@ -130,7 +129,6 @@ export default class PlaywrightProvider extends GenericProvider {
|
|
|
130
129
|
const osName = normalizeTags.osRollUp(automateCaps.os);
|
|
131
130
|
const device = mobileOS.includes(osName.toUpperCase());
|
|
132
131
|
tagData.device = device;
|
|
133
|
-
console.log(`Device: ${device}`);
|
|
134
132
|
return await super.getTag(tagData);
|
|
135
133
|
}
|
|
136
134
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@percy/webdriver-utils",
|
|
3
|
-
"version": "1.28.8
|
|
3
|
+
"version": "1.28.8",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"access": "public",
|
|
12
|
-
"tag": "
|
|
12
|
+
"tag": "latest"
|
|
13
13
|
},
|
|
14
14
|
"engines": {
|
|
15
15
|
"node": ">=14"
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"test:coverage": "yarn test --coverage"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@percy/config": "1.28.8
|
|
33
|
-
"@percy/sdk-utils": "1.28.8
|
|
32
|
+
"@percy/config": "1.28.8",
|
|
33
|
+
"@percy/sdk-utils": "1.28.8"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "1b93761a01b608afadf8d4efccacc11f925396bd"
|
|
36
36
|
}
|