Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwagerfield committed Jul 4, 2024
1 parent 9b0f00a commit 5a3fc1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@
"*/**/*.{js,jsx,ts,tsx}": [
"eslint"
],
"*/**/*.{js,jsx,ts,tsx,test}": [
"bash -c \"npm run test\""
],
"src/**/*.{ts,tsx}": [
"bash -c \"tsc --noEmit\""
],
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/specs/app.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe("upload-widget-vue sandbox", () => {
});
it("should contain a file upload button", async () => {
await App.open();
await App.modalLauncher.click();
await (await App.modalLauncher).click();
await expect(App.modalButton).toHaveText("Upload a File");
});
});

0 comments on commit 5a3fc1d

Please sign in to comment.