fix: studio generated assertions now use proper past tense for assertions (#28593)

* Fix studio generated assertions to use proper past tense of assertions

* changelog entry

---------

Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
This commit is contained in:
Jennifer Shehane
2023-12-28 14:56:51 -05:00
committed by GitHub
parent acb9087e1f
commit f80027f7b7
3 changed files with 14 additions and 6 deletions
+8
View File
@@ -1,4 +1,12 @@
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
## 13.6.3
_Released 1/2/2024 (PENDING)_
**Bugfixes:**
- When generating assertions via Cypress Studio, the preview of the generated assertions now correctly displays the past tense of 'expected' instead of 'expect'. Fixed in [#28593](https://github.com/cypress-io/cypress/pull/28593).
## 13.6.2
_Released 12/26/2023_