We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e6ad4 commit 5dbea57Copy full SHA for 5dbea57
1 file changed
test/ui-test/util/utility.ts
@@ -34,7 +34,7 @@ export function deleteFileInHomeDir(filename: string): void {
34
}
35
36
export async function getSchemaLabel(text: string): Promise<WebElement | undefined> {
37
- const schemalabel = await new StatusBar().findElements(By.xpath('.//a[@aria-label="' + text + ', Select JSON Schema"]'));
+ const schemalabel = await new StatusBar().findElements(By.xpath('.//a[@aria-label="' + text + ', Select JSON Schemas"]'));
38
return schemalabel[0];
39
40
0 commit comments