diff --git a/src/com/qmetry/qaf/automation/step/CommonStep.java b/src/com/qmetry/qaf/automation/step/CommonStep.java index 1ff5723..c0ddb4b 100644 --- a/src/com/qmetry/qaf/automation/step/CommonStep.java +++ b/src/com/qmetry/qaf/automation/step/CommonStep.java @@ -2052,7 +2052,7 @@ public static void mouseOver(String loc) { * @param threshold */ @MetaData("{'qafstep-transaction':true}") - @QAFTestStep(stepName = "startTransactionWithThreshold", description = "start (transaction|time-tracker) for {task-name} with {second}s threshold") + @QAFTestStep(stepName = "startTransactionWithThreshold", description = "start (step|transaction|time-tracker) (for|:) {task-name} with {second}s threshold") public static void startTransaction(String name, int threshold) { } @@ -2064,13 +2064,13 @@ public static void startTransaction(String name, int threshold) { * @param name */ @MetaData("{'qafstep-transaction':true}") - @QAFTestStep(description = "start (transaction|time-tracker) for {task-name}") + @QAFTestStep(description = "start (step|transaction|time-tracker) (for|:) {task-name}") public static void startTransaction(String name) { } @MetaData("{'qafstep-transaction':true}") - @QAFTestStep(description = "stop (transaction|time-tracker)") + @QAFTestStep(description = "(stop|end) (step|transaction|time-tracker)") public static void stopTransaction() { }