Skip to content

Commit 6941e81

Browse files
committed
shelve locator fallbacks for now
1 parent b591a35 commit 6941e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/side-runtime/src/__tests__/integration/playback-webdriver.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ describe('Playback using webdriver', () => {
220220
)()
221221
expect(didExecute).toBeTruthy()
222222
})
223-
it('should perform locator fallback', async () => {
223+
it.skip('should perform locator fallback', async () => {
224224
const test: TestShape = {
225225
id: '1',
226226
name: 'test',

0 commit comments

Comments
 (0)