Skip to content

Commit

Permalink
disable spellcheck for testcafe
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed Aug 26, 2024
1 parent ca41534 commit 8c662ed
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion packages/survey-creator-js/testCafe/by-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="./sc.js"></script>
</head>

<body>
<body spellcheck="false">
<div id="survey-creator" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;"></div>
</body>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="./sc.js"></script>
</head>

<body>
<body spellcheck="false">
<div id="survey-creator" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;"></div>
</body>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<script src="./sc.js"></script>
</head>

<body>
<body spellcheck="false">
<div id="survey-creator" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;"></div>
</body>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script src="../build/survey-creator-js.js"></script>
</head>

<body>
<body spellcheck="false">
<div id="survey-creator" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;"></div>
</body>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="./sc.js"></script>
</head>

<body>
<body spellcheck="false">
<div id="survey-creator" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;"></div>
</body>
<script>
Expand Down
2 changes: 1 addition & 1 deletion packages/survey-creator-js/testCafe/testcafe-widget.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

</head>

<body>
<body spellcheck="false">
<div id="survey-creator" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;"></div>
</body>
<script>
Expand Down
2 changes: 1 addition & 1 deletion packages/survey-creator-js/testCafe/testcafe.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="./sc.js"></script>
</head>

<body>
<body spellcheck="false">
<div id="survey-creator" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;"></div>
</body>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="./sc.js"></script>
</head>

<body>
<body spellcheck="false">
<div id="survey-creator" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;"></div>
</body>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<script src="./sc.js"></script>
</head>

<body>
<body spellcheck="false">
<div id="survey-creator" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;"></div>
</body>
<script>
Expand Down
2 changes: 1 addition & 1 deletion packages/survey-creator-knockout/testCafe/by-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<script src="./sc.js"></script>
</head>

<body>
<body spellcheck="false">
<div style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;">
<survey-creator params="creator: creator"></survey-creator>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<script src="./sc.js"></script>
</head>

<body>
<body spellcheck="false">
<div style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;">
<survey-creator params="creator: creator"></survey-creator>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<script src="./sc.js"></script>
</head>

<body>
<body spellcheck="false">
<div id="survey-creator" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;">
<survey-creator params="creator: creator"></survey-creator>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<script src="../build/survey-creator-knockout.js"></script>
</head>

<body>
<body spellcheck="false">
<div id="survey-creator" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;">
<survey-creator params="creator: creator"></survey-creator>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<script src="./sc.js"></script>
</head>

<body>
<body spellcheck="false">
<div style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;">
<survey-creator params="creator: creator"></survey-creator>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

</head>

<body>
<body spellcheck="false">
<div style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;">
<survey-creator params="creator: creator"></survey-creator>
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/survey-creator-knockout/testCafe/testcafe.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<script src="./sc.js"></script>
</head>

<body>
<body spellcheck="false">
<div id="survey-creator" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;">
<survey-creator params="creator: creator"></survey-creator>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<script src="./sc.js"></script>
</head>

<body>
<body spellcheck="false">
<div style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;">
<survey-creator params="creator: creator"></survey-creator>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<script src="./sc.js"></script>
</head>

<body>
<body spellcheck="false">
<div style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;">
<survey-creator params="creator: creator"></survey-creator>
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/survey-creator-react/testCafe/by-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<script src="./sc.js"></script>
</head>

<body>
<body spellcheck="false">
<div id="survey-creator" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;"></div>
</body>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<script src="./sc.js"></script>
</head>

<body>
<body spellcheck="false">
<div id="survey-creator" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;"></div>
</body>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<script src="./sc.js"></script>
</head>

<body>
<body spellcheck="false">
<div id="survey-creator" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;"></div>
</body>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="../build/survey-creator-react.js"></script>
</head>

<body>
<body spellcheck="false">
<div id="survey-creator" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;"></div>
</body>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<script src="./sc.js"></script>
</head>

<body>
<body spellcheck="false">
<div id="survey-creator" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;"></div>
</body>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

</head>

<body>
<body spellcheck="false">
<div id="survey-creator" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;"></div>
</body>
<script>
Expand Down
2 changes: 1 addition & 1 deletion packages/survey-creator-react/testCafe/testcafe.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<script src="./sc.js"></script>
</head>

<body>
<body spellcheck="false">
<div id="survey-creator" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;"></div>
</body>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<script src="./sc.js"></script>
</head>

<body>
<body spellcheck="false">
<div id="survey-creator" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;"></div>
</body>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<script src="./sc.js"></script>
</head>

<body>
<body spellcheck="false">
<div id="survey-creator" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0;"></div>
</body>
<script>
Expand Down

0 comments on commit 8c662ed

Please sign in to comment.