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

Why is cell output being wrapped in a default <html> tag? #52

Open
JohnSmall opened this issue Jul 9, 2019 · 1 comment
Open

Why is cell output being wrapped in a default <html> tag? #52

JohnSmall opened this issue Jul 9, 2019 · 1 comment

Comments

@JohnSmall
Copy link

I'm upgrading from 3.11.x to 4.1.x

I have many cells, with tests on them. They're running OK. But now I've encountered one with two strange behaviours (the other weird stuff is a separate ticket)

The output is being wrapped in this

 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" 
  "http://www.w3.org/TR/REC-html40/loose.dtd">
  <html><body> 

   mystuff

   </body>
   </html>

I can't see any difference between that cell and the others.

What might be causing this?

@jamesbebbington
Copy link

Are your affected tests using capybara and the others not, by any chance?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants