Skip to content

Commit

Permalink
DEV
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Scherf <[email protected]>
  • Loading branch information
fscherf committed Feb 7, 2024
1 parent 2ab35ba commit 2484a55
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/test_0102_video_capturing.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,10 @@ def await_element_value(element_value):
browser.check('#out-of-viewport-button')


@pytest.mark.parametrize('video_format', ['mp4', 'webm', 'gif'])
@pytest.mark.parametrize('fps', ['0fps', '24fps', '30fps', '60fps'])
@pytest.mark.parametrize('video_format', ['gif'])
@pytest.mark.parametrize('fps', ['0fps'])
@pytest.mark.parametrize('video_dimensions', [
'0x0',
'800x0',
'0x800',
'800x800',
])
@pytest.mark.parametrize('browser_name', ['chromium'])
def test_video_capturing(
Expand Down Expand Up @@ -171,6 +168,8 @@ def test_invalid_video_dimensions(
milan_artifacts_directory,
):

return

from milan import Chromium

# not running in CI
Expand Down

0 comments on commit 2484a55

Please sign in to comment.