Skip to content

Commit d1b4bcc

Browse files
authored
Change expected activity from HomeScreen to TouchGestures
1 parent 3e5434d commit d1b4bcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/helper/Appium_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ describe('Appium', function () {
351351
},
352352
])
353353
const val = await app.grabCurrentActivity()
354-
assert.equal(val, '.HomeScreenActivity')
354+
assert.equal(val, '.TouchGesturesActivity')
355355
})
356356

357357
it('should assert when you dont scroll the document anymore', async () => {

0 commit comments

Comments
 (0)