mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Render non-HTML content when reply emits finished
This commit is contained in:
parent
e9a4b77ecb
commit
ecfa7836d9
2 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,6 @@ describe Capybara::Webkit::Driver do
|
|||
|
||||
context "css app" do
|
||||
let(:driver) do
|
||||
pending 'this spec is hanging the server'
|
||||
driver_for_app do
|
||||
get "/" do
|
||||
headers "Content-Type" => "text/css"
|
||||
|
|
|
@ -21,5 +21,6 @@ void UnsupportedContentHandler::waitForReplyToFinish() {
|
|||
}
|
||||
|
||||
void UnsupportedContentHandler::replyFinished() {
|
||||
renderNonHtmlContent();
|
||||
connect(m_page, SIGNAL(loadFinished(bool)), m_page, SLOT(loadFinished(bool)));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue