File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
source/src/main/java/org/cerberus/core/engine/gwt/impl Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ public TestCaseStepActionExecution doAction(TestCaseStepActionExecution actionEx
510
510
* Put Wait in ms before the action to message.
511
511
*/
512
512
if (actionExecution .getWaitBefore () > 0 ) {
513
- res .setDescription (res .getDescription () + " -- Waited " + String .valueOf (actionExecution .getWaitBefore ()) + " ms Bafore ." );
513
+ res .setDescription (res .getDescription () + " -- Waited " + String .valueOf (actionExecution .getWaitBefore ()) + " ms Before ." );
514
514
}
515
515
516
516
/**
Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ public TestCaseStepActionControlExecution doControl(TestCaseStepActionControlExe
433
433
* Put Wait in ms before the action to message.
434
434
*/
435
435
if (controlExecution .getWaitBefore () > 0 ) {
436
- res .setDescription (res .getDescription () + " -- Waited " + String .valueOf (controlExecution .getWaitBefore ()) + " ms Bafore ." );
436
+ res .setDescription (res .getDescription () + " -- Waited " + String .valueOf (controlExecution .getWaitBefore ()) + " ms Before ." );
437
437
}
438
438
439
439
/**
You can’t perform that action at this time.
0 commit comments