Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
9d9c6652
...
9d9c66522bd05cf2969697e38595d26d008820e3
authored
2012-11-24 16:44:49 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixed segfault occuring when a test forgets to switch back to main frame
1 parent
00ae83c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
tests/suites/casper/frames.js
tests/suites/casper/frames.js
View file @
9d9c665
...
...
@@ -17,5 +17,6 @@ casper.start('tests/site/frames.html', function() {
});
casper
.
run
(
function
()
{
this
.
page
.
switchToMainFrame
();
this
.
test
.
done
();
});
...
...
Please
register
or
sign in
to post a comment