Skip to content

Commit

Permalink
#3961 - frameworks back
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed Feb 10, 2022
1 parent 18eb625 commit 8ee6dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualRegressionTests/tests/defaultV2/file.ts
Expand Up @@ -23,7 +23,7 @@ const json = {
}]
};

/*frameworks*/["knockout"].forEach(framework => {
frameworks.forEach(framework => {
fixture`${framework} ${title} ${theme}`
.page`${url_test}${theme}/${framework}.html`.beforeEach(async t => {
await applyTheme(theme);
Expand Down

0 comments on commit 8ee6dd5

Please sign in to comment.