Skip to content

Commit

Permalink
FBTest: fix test (line number)
Browse files Browse the repository at this point in the history
  • Loading branch information
janodvarko committed Apr 25, 2014
1 parent 13a8de9 commit a526660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/content/console/breakOnError/breakOnError.js
Expand Up @@ -4,7 +4,7 @@ function runTest()
{
FBTest.enablePanels(["console", "script"], function()
{
FBTest.waitForBreakInDebugger(null, 28, false, function(row)
FBTest.waitForBreakInDebugger(null, 26, false, function(row)
{
// Resume debugger.
FBTest.clickContinueButton();
Expand Down

0 comments on commit a526660

Please sign in to comment.