From 4052eb9f7c9361259e4b211e52c2e901f6d6ce67 Mon Sep 17 00:00:00 2001 From: wildone Date: Wed, 24 Feb 2021 21:47:47 +1100 Subject: [PATCH] update selector --- .../component/lists/locationlist/LocationListPublishSpec.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aemdesign-testing/src/test/groovy/specs/component/lists/locationlist/LocationListPublishSpec.groovy b/aemdesign-testing/src/test/groovy/specs/component/lists/locationlist/LocationListPublishSpec.groovy index 38af1908e..665e9731e 100644 --- a/aemdesign-testing/src/test/groovy/specs/component/lists/locationlist/LocationListPublishSpec.groovy +++ b/aemdesign-testing/src/test/groovy/specs/component/lists/locationlist/LocationListPublishSpec.groovy @@ -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