Skip to content

Commit fd0bff4

Browse files
committed
Drop test only
1 parent 0a4063b commit fd0bff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/e2e-tests/tests/inspector-elements-01_basic-dom-tree.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import test from "../testFixture";
1616

1717
test.use({ exampleKey: "doc_inspector_basic.html" });
1818

19-
test.only("inspector-elements-01: Basic DOM tree node display", async ({
19+
test("inspector-elements-01: Basic DOM tree node display", async ({
2020
pageWithMeta: { page, recordingId, testScope },
2121
exampleKey,
2222
}) => {

0 commit comments

Comments
 (0)