Skip to content

Commit 5375388

Browse files
committed
Comments
1 parent ae6ceaf commit 5375388

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

__tests__/html2/feedbackForm/feedback.form.activity.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
document.querySelectorAll(`[data-testid="${testIds.feedbackButton}"]`)[0]
9191
);
9292

93-
// TODO: Remove return and fix the test below.
93+
// THEN: Should match snapshot.
9494
await host.snapshot('local');
9595

9696
// WHEN: Click on dislike button to re-open feedback form

__tests__/html2/feedbackForm/feedback.form.emptyFeedback.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
)
9595
).toBe(true);
9696

97-
// THEN: Snapshot should match.
97+
// THEN: Should match snapshot.
9898
await host.snapshot('local');
9999
});
100100
</script>

0 commit comments

Comments
 (0)