Skip to content

Commit

Permalink
edited stirng expectation for smoketest
Browse files Browse the repository at this point in the history
  • Loading branch information
George Martin committed Sep 2, 2020
1 parent 63336d5 commit 8862203
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ const expectations = [
'<textarea type="text" id="name_cc1" name="name_cc1" autocomplete="sectio-red shipping cc-namez" placeholder="John Doe">',
nodeLabel: 'textarea',
},
suggestion: 'Requires manual review.',
suggestion: 'Requires manual review',
current: 'sectio-red shipping cc-namez',
},
{
Expand Down Expand Up @@ -488,7 +488,7 @@ const expectations = [
'<input type="text" id="city_billing" name="city_billing" placeholder="city you live in" autocomplete="section-red shipping ">',
nodeLabel: 'input',
},
suggestion: 'Requires manual review.',
suggestion: 'Requires manual review',
current: 'section-red shipping ',
},
{
Expand Down

0 comments on commit 8862203

Please sign in to comment.