We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f307f0e commit aa23d27Copy full SHA for aa23d27
tests/e2e/pageObjects/workbench-page.ts
@@ -172,6 +172,7 @@ export class WorkbenchPage {
172
* Check the last command and result in workbench
173
* @param command The command to check
174
* @param result The result to check
175
+ * @param childNum Indicator which command result need to check
176
*/
177
async checkWorkbenchCommandResult(command: string, result: string, childNum = 0): Promise<void> {
178
//Compare the command with executed command
0 commit comments