Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Oct 2, 2024
1 parent 6dd96a9 commit a9aadcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe("mirrord sample flow test", function() {
const items = await fileMenu.getItems();
let openItem = null;
for (const item of items) {
const label = await item.getLabel()
const label = await item.getLabel();
if (label.startsWith("Open Folder...")) {
openItem = item;
}
Expand Down

0 comments on commit a9aadcf

Please sign in to comment.