Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding more dusk tests #33

Merged
merged 31 commits into from
Jun 12, 2024
Merged

Adding more dusk tests #33

merged 31 commits into from
Jun 12, 2024

Conversation

tnylea
Copy link
Contributor

@tnylea tnylea commented Jun 9, 2024

No description provided.

Copy link
Contributor

@bobbyiliev bobbyiliev left a comment

Choose a reason for hiding this comment

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

Looks good! The last error that is currently breaking the tests is:

SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint failed: tempusers.name (Connection: sqlite, SQL: insert into "tempusers" ("id", "name", "email", "email_verified_at", "password", "remember_token", "created_at", "updated_at") select "id", "name", "email", "email_verified_at", "password", "remember_token", "created_at", "updated_at" from "users")

Once fixed, we can merge this!

@bobbyiliev bobbyiliev merged commit f857826 into main Jun 12, 2024
2 checks passed
@bobbyiliev bobbyiliev deleted the duskTests branch June 12, 2024 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants