Skip to content

Commit

Permalink
fix: remove it.only from stale element tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Siolto committed Sep 7, 2023
1 parent d570aeb commit 7bb89f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe("Devtools: ", async () => {
// clear cached wdi5Controls, so we can mock in each test seperately
browser._controls = []
})
it.only("safeguard 'stale' element handling", async () => {
it("safeguard 'stale' element handling", async () => {
const buttonWDI5 = await getButtonOnPage1()

// mock a stale element
Expand Down

0 comments on commit 7bb89f1

Please sign in to comment.