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

Write use of method_missing in page objects helper to file #4859

Merged
merged 1 commit into from
May 29, 2024

Conversation

steventux
Copy link
Contributor

Context

We get a lot of puts messages about calls to missing page object methods which write to stdout.

  • Ticket:

Changes proposed in this pull request

Instead of filling stdout with messages about these missing page object method calls, log them in a file per RSpec suite run.

Guidance to review

Copy link

Review app deployed to https://cpd-ecf-review-4859-web.test.teacherservices.cloud

@steventux steventux force-pushed the log-magic-page-object-methods branch from f00b710 to a0bb34e Compare May 29, 2024 13:54
Instead of filling stdout with messages about these missing page object method calls, log them in a file per RSpec suite run.
@steventux steventux force-pushed the log-magic-page-object-methods branch from a0bb34e to 7057fa3 Compare May 29, 2024 14:04
Copy link
Member

@peteryates peteryates left a comment

Choose a reason for hiding this comment

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

Much nicer.

@steventux steventux added this pull request to the merge queue May 29, 2024
Merged via the queue into main with commit 5d16337 May 29, 2024
37 checks passed
@steventux steventux deleted the log-magic-page-object-methods branch May 29, 2024 16:33
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