chore(create-playwright): fix CI (#9685)
This commit is contained in:
parent
2ad2f53482
commit
da464cfe0c
|
|
@ -1,4 +1,4 @@
|
|||
<iframe src="header.html" style="width: 100%; height: 200px; border: 0"/>
|
||||
<iframe src="header.html" style="width: 100%; height: 200px; border: 0;"></iframe>
|
||||
|
||||
<form action="/api/v1/file-upload" method="POST" encType="multipart/form-data">
|
||||
<input type="file" name="my-file"/>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
<iframe src="header.html" style="width: 100%; height: 200px; border: 0"/>
|
||||
<iframe src="header.html" style="width: 100%; height: 200px; border: 0;"></iframe>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<iframe src="header.html" style="width: 100%; height: 200px; border: 0"/>
|
||||
<iframe src="header.html" style="width: 100%; height: 200px; border: 0;"></iframe>
|
||||
|
||||
<button>Load user</button>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue