mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Fix issue #39
This commit is contained in:
parent
29455873f6
commit
e746feab5d
1 changed files with 1 additions and 0 deletions
|
@ -16,5 +16,6 @@ void Visit::loadFinished(bool success) {
|
|||
if (!success)
|
||||
message = page()->failureString();
|
||||
|
||||
disconnect(page(), SIGNAL(pageFinished(bool)), this, SLOT(loadFinished(bool)));
|
||||
emit finished(new Response(success, message));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue