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: _posts/2023-10-28-compare-cypress-playwright.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ In addition to Cypress documentation, this blog proved useful in understand more
89
89
90
90
The time travel feature is effectively a record of the changing state of the system under test, which has proven to be invaluable to understand how the website behaves in response to our test inputs, and to debug.
91
91
92
-
Lets the demonstrate this by looking at an E2E test that uses our baseUrl set in config, and some of our imported fixture data.
92
+
Lets demonstrate this by looking at an E2E test that uses our baseUrl set in config, and some of our imported fixture data.
0 commit comments