Skip to content

Commit

Permalink
fix the test :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Valchev committed Feb 5, 2020
1 parent b540153 commit 68d6341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/edit_record_1.feature
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ Feature: Edit record
When I am on "/bolt/edit/38"

Then I should see an "label[for='field-email']" element
And I should see 1 "icon" elements in the "label[for='field-email']" element
And I should see 1 "i" elements in the "label[for='field-email']" element

When I scroll "Email" into view
When I hover over the "label[for='field-email'] > icon" element
When I hover over the "label[for='field-email'] > i" element
Then I should see "Email" in the ".popover-header" element
And I should see "This is an info box shown as a popover next to the field label." in the ".popover-body" element

Expand Down

0 comments on commit 68d6341

Please sign in to comment.