Skip to content

Commit 5dbea57

Browse files
committed
fix status bar tooltip changes
Signed-off-by: Morgan Chang <shin19991207@gmail.com>
1 parent 80e6ad4 commit 5dbea57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ui-test/util/utility.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function deleteFileInHomeDir(filename: string): void {
3434
}
3535

3636
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"]'));
37+
const schemalabel = await new StatusBar().findElements(By.xpath('.//a[@aria-label="' + text + ', Select JSON Schemas"]'));
3838
return schemalabel[0];
3939
}
4040

0 commit comments

Comments
 (0)