Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Oct 3, 2023
1 parent 404ca76 commit a65b7ff
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 53 deletions.
104 changes: 52 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion test/e2e/thanks.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ test('meta is correct', async ({ page }) => {
await expect(page).toHaveTitle(/Thanks/)
})

test('rainbowkit works', async ({ page }) => {
test('rainbowkit modal works', async ({ page }) => {
// open and close modal
await expect(page.getByTestId('rk-connect-button')).toBeVisible()
await page.getByTestId('rk-connect-button').click()
await page.getByLabel('Close').click()
})

1 comment on commit a65b7ff

@vercel
Copy link

@vercel vercel bot commented on a65b7ff Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog-git-main-kremalicious.vercel.app
blog-kremalicious.vercel.app
kremalicious.vercel.app

Please sign in to comment.