Skip to content

Commit

Permalink
Removed test.only
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Nov 13, 2024
1 parent 5721654 commit dcdce35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions visualRegressionTests/tests/designer/surface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ test("Test question type converter", async (t) => {
await takeElementScreenshot("convert-to-popup.png", Selector(".sv-popup__container").filterVisible(), t, comparer);
});
});
test.only("Test question type converter on page for panel - 1", async (t) => {
test("Test question type converter on page for panel - 1", async (t) => {
await wrapVisualTest(t, async (t, comparer) => {
await t.resizeWindow(1000, 800);

Expand Down Expand Up @@ -97,7 +97,7 @@ test.only("Test question type converter on page for panel - 1", async (t) => {
});
});

test.only("Test question type converter on page for panel - 2", async (t) => {
test("Test question type converter on page for panel - 2", async (t) => {
await wrapVisualTest(t, async (t, comparer) => {
await t.resizeWindow(1000, 800);

Expand Down

0 comments on commit dcdce35

Please sign in to comment.