QAComet

Results 11 issues of QAComet

Here's a base to work off of for implementing e2e tests in this repo. Fixtures were made for about every page, playwright was set up, and some basic tests were...

# Description On the user profile page in the account settings, there is a section for setting a default billing address. If a user sets this, I would expect there...

# Description On the user profile page in the account settings, there is a section for setting a default phone number. If a user sets this, I would expect this...

# Description The "Explore products" button in the empty cart popup redirects to the wrong page. Moreover, after clicking on the link, an empty page is displayed, not a 404...

There were a couple changes needed to run automatisch from within windows. Tested also in WSL2 ubuntu 20.04

# Description For the main navigation menu in medusa, if I shrink my viewport to a short enough height, I am not able to access the entire menu. ![menu_small_viewport](https://github.com/medusajs/nextjs-starter-medusa/assets/141587807/4b26cfc1-dd2f-4140-a096-7e61bcb7af6b) ##...

# Description For modals with larger forms, such as on the add/edit address form, if I shrink my desktops viewport height the form overflows from the modal. This creates an...

bug

Note this is for debugging the Prisma reconnection error right now. After fixing that will commit fixes and the PR will be ready to merge.

Note if this PR doesn't pass, I'll probably need to debug the workflow config

If you've used [Shadcn](https://ui.shadcn.com/) before, you'd know there is a [CLI interface](https://github.com/shadcn-ui/ui/tree/main/packages/shadcn) that creates [UI components](https://github.com/shadcn-ui/ui/tree/main/apps/www/registry/default/ui) into your current project instead of having the user import them from the `node_modules`...