Skip to content

Commit

Permalink
Fixed vr-test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Nov 24, 2023
1 parent cc0f0da commit 9377638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions visualRegressionTests/tests/defaultV2/survey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -934,8 +934,8 @@ frameworks.forEach(framework => {
await t.resizeWindow(1600, 900);
const json = {
"cookieName": "survey-id",
"completedHtml": "<h3>Completed</h3><button>OK</button>",
"completedBeforeHtml": "<h3>Already completed</h3><button>OK</button>",
"completedHtml": "<h3>Completed</h3><button style='display: inline-block;'>OK</button>",
"completedBeforeHtml": "<h3>Already completed</h3><button style='display: inline-block;'>OK</button>",
pages: [
{
"elements": [
Expand Down

0 comments on commit 9377638

Please sign in to comment.