Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/Wizard.feature
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Feature: wizard
Then I enter "John Lewis Voting Rights Act" into the wizard query box
Then the "the wizard primary button" element should exist
And I hard click on "the wizard primary button"
And I wait 10 seconds
And I wait 15 seconds
Then I should see "Okay, you’re looking for:"
And I should see "John Lewis Voting Rights Act"
And I should see "We found the following public information:"
Expand Down
1 change: 1 addition & 0 deletions js/components/wizard_page_summary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ function Summary() {
<a
href="/how-wizard-works.html"
target="_blank"
rel="noopener"
className="w-how-wizard-works"
>
Learn more about why you got these results.
Expand Down
Loading