Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Jul 17, 2024
1 parent 4fa7c1c commit eaad94c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions visualRegressionTests/tests/defaultV2/buttongroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ const registerButtongroup = ClientFunction((framework) => {
frameworks.forEach(framework => {
fixture`${framework} ${title} ${theme}`
.page`${url_test}${theme}/${framework}`.beforeEach(async t => {
await applyTheme(theme);
});
await applyTheme(theme);
});
test("Check buttongroup question", async (t) => {
await wrapVisualTest(t, async (t, comparer) => {
await t.resizeWindow(1920, 1080);
Expand Down

0 comments on commit eaad94c

Please sign in to comment.