docs: add video to component tests (#15242)

This commit is contained in:
Debbie O'Brien 2022-07-01 09:22:56 +02:00 коммит произвёл GitHub
Родитель 24dce77efb
Коммит 239119e59f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -7,6 +7,11 @@ Playwright Test can now test your components.
<!-- TOC -->
<div className="embed-youtube">
<iframe src="https://www.youtube.com/embed/y3YxX4sFJbM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" width="750" height="563" allowfullscreen></iframe>
</div>
## Example
Here is what a typical component test looks like: