You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: e2e/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,11 +105,13 @@ For those interested in the mechanics of snapshot testing with Playwright, you c
105
105
106
106
- Our Snapshot tests receive a `@snapshot` tag.
107
107
- Snapshots need to be executed within the official Playwright container to ensure we're using the exact rendering platform in CI and locally. To do a valid comparison locally:
108
+
- Note, microsoft might have retired older images like `-jammy`. Run the following command to find the available tags:
// there should be no out of order data in the plot. This is verified by checking that the out of order y-axis label is not present in the plot. If the out of order data is present, the y-axis label will be present in the plot.
118
+
awaitexpect(page.getByText('OUT OF ORDER',{exact: true})).toHaveCount(0);
119
+
});
120
+
});
121
+
98
122
/**
99
123
* This function edits a sine wave generator with the default options and enables the infinity values option.
0 commit comments