Skip to content

Commit 9e2f582

Browse files
committed
chore: revert Sauce tests
1 parent 640dbe2 commit 9e2f582

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

tests/configs/sauce.android.emus.app.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ export function sauceAndroidEmusApp({ buildName }: { buildName: string }) {
88
)
99
.map((orientation) =>
1010
[
11-
// { deviceName:'Google Pixel 4 XL GoogleAPI Emulator', platformVersion:'11.0' },
12-
// { deviceName:'Google Pixel 4 XL GoogleAPI Emulator', platformVersion:'12.0' },
13-
// { deviceName:'Google Pixel 4 XL GoogleAPI Emulator', platformVersion:'13.0' },
14-
// { deviceName:'Google Pixel 4 XL GoogleAPI Emulator', platformVersion:'14.0' },
11+
{ deviceName:'Google Pixel 4 XL GoogleAPI Emulator', platformVersion:'11.0' },
12+
{ deviceName:'Google Pixel 4 XL GoogleAPI Emulator', platformVersion:'12.0' },
13+
{ deviceName:'Google Pixel 4 XL GoogleAPI Emulator', platformVersion:'13.0' },
14+
{ deviceName:'Google Pixel 4 XL GoogleAPI Emulator', platformVersion:'14.0' },
1515
{ deviceName:'Google Pixel 4 XL GoogleAPI Emulator', platformVersion:'15.0' },
1616
].map(
1717
(cap) =>

tests/specs/mobile.app.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('@wdio/visual-service mobile app', () => {
6464
wdioIcsCommands.length === 0 ||
6565
wdioIcsCommands.includes('checkElement')
6666
) {
67-
it.only(`should compare an element successful for '${deviceName}' in ${orientation}-mode`, async () => {
67+
it(`should compare an element successful for '${deviceName}' in ${orientation}-mode`, async () => {
6868
await $('~Login').click()
6969
const result = await driver.checkElement(
7070
$('~button-LOGIN'),
@@ -73,7 +73,7 @@ describe('@wdio/visual-service mobile app', () => {
7373

7474
expect(result).toEqual(0)
7575
})
76-
it.only(`should compare a resized element successful for '${deviceName}' in ${orientation}-mode`, async () => {
76+
it(`should compare a resized element successful for '${deviceName}' in ${orientation}-mode`, async () => {
7777
await $('~Login').click()
7878
const result = await driver.checkElement(
7979
$('~button-LOGIN'),

0 commit comments

Comments
 (0)