Skip to content

Commit

Permalink
shelve locator fallbacks for now
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtarsi committed Jun 29, 2024
1 parent b591a35 commit 6941e81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ describe('Playback using webdriver', () => {
)()
expect(didExecute).toBeTruthy()
})
it('should perform locator fallback', async () => {
it.skip('should perform locator fallback', async () => {
const test: TestShape = {
id: '1',
name: 'test',
Expand Down

0 comments on commit 6941e81

Please sign in to comment.