Skip to content

Commit

Permalink
updated quick fix element name
Browse files Browse the repository at this point in the history
  • Loading branch information
SuparnaSuresh committed Nov 21, 2024
1 parent 108bfd5 commit f238c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/GradleSingleModLCLSTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('LCLS Test for Gradle Project', function () {
const hoverValue = editor.findElement(By.className('hover-row status-bar'));
await utils.delay(2000);

const quickFixPopupLink = await hoverValue.findElement(By.xpath("//*[contains(text(), 'Quick Fix... (⌘.)')]"));
const quickFixPopupLink = await hoverValue.findElement(By.xpath("//*[contains(text(), 'Quick Fix')]"));
await quickFixPopupLink.click();

const hoverBar = editor.findElement(By.className('context-view monaco-component bottom left fixed'));
Expand Down

0 comments on commit f238c52

Please sign in to comment.