Skip to content

Commit 8e5bc29

Browse files
chore: re-enable tests in smoke-test.spec.ts
1 parent 2f8aa63 commit 8e5bc29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/playwright/e2e/smoke-test.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { test } from "@playwright/test";
22
import { UIhelper } from "../utils/ui-helper";
33
import { Common } from "../utils/common";
4-
test.describe.skip("Smoke test", () => {
4+
test.describe("Smoke test", () => {
55
let uiHelper: UIhelper;
66
let common: Common;
77

0 commit comments

Comments
 (0)