Skip to content

Commit

Permalink
update selector
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Feb 24, 2021
1 parent bedcb43 commit 4052eb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class LocationListPublishSpec extends ComponentSpec {
assert $("${selector} .card .card-title").size() == 6

and: "With Category"
assert $("${selector} .card .tags").size() == 6
assert $("${selector} .card .card-taglist").size() == 6

and: "With Description"
assert $("${selector} .card .card-text").size() == 6
Expand Down

0 comments on commit 4052eb9

Please sign in to comment.