Skip to content

Commit

Permalink
Merge branch 'main' into millie-fix-moz-thumb
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPHoughton authored Jul 27, 2023
2 parents b3d1e8f + d935593 commit 58a5852
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"dist"
],
"dependencies": {
"@watts-lab/surveys": "^1.8.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"survey-react": "^1.9.52"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ describe("ConstructiveListeningBehaviors", () => {
force: true,
});

cy.screenshot("constructiveListeningBehaviorsSelf/screenshot", {
overwrite: true,
});
// cy.screenshot("constructiveListeningBehaviorsSelf/screenshot", {
// overwrite: true,
// });

cy.get("form") // submit surveyJS form
.then(($form) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe("Demographics", () => {
"tell us more about the trouble you had joining the study"
).should("not.exist");

cy.screenshot("discussionQualityControl/screenshot", { overwrite: true });
// cy.screenshot("discussionQualityControl/screenshot", { overwrite: true });

cy.get("form") // submit surveyJS form
.then(($form) => {
Expand Down
2 changes: 1 addition & 1 deletion surveys/discussionSelfInsight/discussionSelfInsight.cy.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe("DiscussionSelfInsight", () => {
force: true,
});

cy.screenshot("discussionSelfInsight/screenshot", { overwrite: true });
// cy.screenshot("discussionSelfInsight/screenshot", { overwrite: true });

cy.get("form") // submit surveyJS form
.then(($form) => {
Expand Down
3 changes: 2 additions & 1 deletion test/labeledRangeTest/labeledRangeTest.cy.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@ describe("LabeledRangeTest", () => {
})
});
} */

cy.screenshot("labeledRangeTest/beforeClick", { overwrite: true });

cy.get("#sq_100i").click("center", { force: true });
cy.get("#sq_101i").click("center", { force: true });
cy.get("#sq_102i").click("center", { force: true });

cy.screenshot("labeledRangeTest/afterClick", { overwrite: true });

/* it("test thumb visibility after click moz", { browser: "firefox" }), () => {
cy.get(".slider", { log: false }).within(($el) => {
cy.window().then((win) => {
Expand Down

0 comments on commit 58a5852

Please sign in to comment.