Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix embedded images (and videos) #298

Merged
merged 1 commit into from
May 14, 2020
Merged

Fix embedded images (and videos) #298

merged 1 commit into from
May 14, 2020

Conversation

dhalperi
Copy link
Contributor

@dhalperi dhalperi commented May 12, 2020

See #265 and related pytest-dev/pytest-selenium#237.

In #260, one of the three paths through the new _make_media_html_div lost the ability to embed its inner content. This PR adds tests for that (first commit, they failed) and adds back the embedding (second commit).


This change is Reviewable

@BeyondEvil
Copy link
Contributor

Hey!

I'm going to try to look at these today.

As soon as #299 is merged, you can rebase and the tests should pass.

@BeyondEvil
Copy link
Contributor

So, see comments here: #277

Nice work on this and the excellent troubleshooting you did both here and over at pytest-selenium (coincidentally I'm the maintainer for that too 😄). Much appreciated!

@dhalperi
Copy link
Contributor Author

@BeyondEvil - 👍

This is for pytest-dev/pytest-selenium#237.

My original change was redundant with #277, so just
update tests and acknowledgements for the author of #277, the author of #287,
and the reporters of #265 and pytest-dev/pytest-selenium#237.
@dhalperi
Copy link
Contributor Author

Rebased and updated commit message

Copy link
Contributor

@BeyondEvil BeyondEvil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beautiful!

Thanks a lot! 🙏

@BeyondEvil BeyondEvil merged commit f0fbe2a into pytest-dev:master May 14, 2020
@dhalperi dhalperi deleted the fix-embedded-image branch May 14, 2020 21:14
@ssbarnea ssbarnea added the bug This issue/PR relates to a bug. label Aug 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants