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

[test] Update form-fill.spec.ts #186

Closed
wants to merge 1 commit into from
Closed

Conversation

nsbradford
Copy link
Owner

@nsbradford nsbradford commented Sep 24, 2024

Important

Introduces a failing test condition in runTestScenario in form-fill.spec.ts.

  • Tests:
    • Adds expect(1).toEqual(2); in runTestScenario function in form-fill.spec.ts to introduce a failing test condition.

This description was created by Ellipsis for 5b7f2f8. It will automatically update as commits are pushed.

Copy link

vercel bot commented Sep 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
talk-form-ai ✅ Ready (Inspect) Visit Preview Sep 24, 2024 3:19am

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

❌ Changes requested. Reviewed everything up to 5b7f2f8 in 39 seconds

More details
  • Looked at 12 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 drafted comments based on config settings.

Workflow ID: wflow_6MWlvrf5v5IoQShR


Want Ellipsis to fix these issues? Tag @ellipsis-dev in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@@ -28,6 +28,7 @@ async function runTestScenario(
const modalContent = await page.textContent('#submissionBox p');
const parsed = JSON.parse(modalContent || '');
expect(parsed).toEqual(expected);
expect(1).toEqual(2);
Copy link
Contributor

Choose a reason for hiding this comment

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

This line will always cause the test to fail. It seems to be a placeholder or mistake. Consider removing it.

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.

1 participant