We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd96a9 commit a9aadcfCopy full SHA for a9aadcf
src/tests/e2e.ts
@@ -43,7 +43,7 @@ describe("mirrord sample flow test", function() {
43
const items = await fileMenu.getItems();
44
let openItem = null;
45
for (const item of items) {
46
- const label = await item.getLabel()
+ const label = await item.getLabel();
47
if (label.startsWith("Open Folder...")) {
48
openItem = item;
49
}
0 commit comments