docs: add release video (#18459)

This commit is contained in:
Debbie O'Brien 2022-10-31 22:38:43 +01:00 committed by GitHub
parent 7337dd4e28
commit 84aa67a7fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,10 @@ toc_max_heading_level: 2
## Version 1.27
<div className="embed-youtube">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/b84eqab3kwc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
### Locators
With these new APIs writing locators is a joy:
@ -69,6 +73,10 @@ This version was also tested against the following stable channels:
## Version 1.26
<div className="embed-youtube">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/b84eqab3kwc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
### Assertions
- New option `enabled` for [`method: LocatorAssertions.toBeEnabled`].