Skip to content

Commit

Permalink
Remove stupid verification
Browse files Browse the repository at this point in the history
  • Loading branch information
alramalho committed Mar 8, 2023
1 parent bd9d293 commit 5c2eb5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/e2e/tests/all.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ test.describe('Upload with URL', () => {
await expect(page.getByTestId('upload-successful')).toBeVisible();

await expect(page.getByTestId("upload-undertext")).toHaveText("Selected \"Toolformer: Language Models Can Teach Themselves to Use Tools\"")

await expect(page.getByTestId('data-testid=\'file-upload-label')).toBeVisible();
})
});

Expand Down

0 comments on commit 5c2eb5b

Please sign in to comment.