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

EL-999: e2e-ify all remaining end_to_end specs #789

Merged
merged 3 commits into from
Jul 6, 2023
Merged

Conversation

patrick-laa
Copy link
Contributor

Jira ticket

What changed and why

Of our 'end_to_end' specs, that fill in forms and assert expectations about the CFE payload, only some had been converted to "dual-use" specs that also send the payload to a CFE instance and assert expectations about the results page. This PR updates the rest of them to dual use.

Guidance to review

Checklist

Before you ask people to review this PR:

  • Tests and rubocop should be passing
  • Branch is generally up to date with main Github - definitely no conflicts
  • No unnecessary whitespace changes. These make diffs harder to read and conflicts more likely.
  • PR description says what changed and why, with a link to the JIRA story.
  • Diff has been checked for unexpected changes being included.
  • Commit messages say why the change was made.

@patrick-laa patrick-laa marked this pull request as ready for review July 5, 2023 15:05
@patrick-laa patrick-laa requested a review from a team as a code owner July 5, 2023 15:05
"Investments and valuables\n£700.00Total capital\n£701.00",
"Total assessed disposable capital£701.00"].each do |line|
expect(page).to have_content line
end
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there any value in adding e.g
expect(page).not_to have_content("partner...")
on any of these tests?

Copy link
Contributor

@willc-work willc-work left a comment

Choose a reason for hiding this comment

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

i query, not a blocker

@patrick-laa patrick-laa merged commit 6dbfbee into main Jul 6, 2023
3 checks passed
@patrick-laa patrick-laa deleted the el-999-e2e-specs branch July 6, 2023 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants