Skip to content

Commit 05799ec

Browse files
committed
test: reorder the options in regression file
1 parent 626e0bd commit 05799ec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
"""Pytest configuration."""
22

3-
import pytest
43
from pathlib import Path
54

5+
import pytest
6+
67
pytest_plugins = "sphinx.testing.fixtures"
78

89

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<video autoplay="True" controlslist="nodownload nofullscreen noremoteplayback" height="320" loop="True" muted="True" playsinline="True" poster="https://example.png" preload="none" width="640">
1+
<video autoplay="True" controlslist="nofullscreen nodownload noremoteplayback" height="320" loop="True" muted="True" playsinline="True" poster="https://example.png" preload="none" width="640">
22
<source src="_images/video.mp4" type="video/mp4" />
33
You cannot display videos
44
</video>

0 commit comments

Comments
 (0)