From ae2da814d8d9ab2fa630eca47cd8f1ff9fe3a1e3 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Thu, 7 Jun 2018 12:11:24 +0100 Subject: [PATCH] Tweak vocab --- ui-v2/tests/acceptance/components/acl-filter.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui-v2/tests/acceptance/components/acl-filter.feature b/ui-v2/tests/acceptance/components/acl-filter.feature index b5659f9855..4502db4515 100644 --- a/ui-v2/tests/acceptance/components/acl-filter.feature +++ b/ui-v2/tests/acceptance/components/acl-filter.feature @@ -13,15 +13,15 @@ Feature: Acl Filter And I see allIsSelected on the filter When I click management on the filter - And I see managementIsSelected on the filter + Then I see managementIsSelected on the filter And I see 1 [Model] model When I click client on the filter - And I see clientIsSelected on the filter + Then I see clientIsSelected on the filter And I see 1 [Model] model When I click all on the filter - And I see allIsSelected on the filter + Then I see allIsSelected on the filter Then I type with yaml --- s: Anonymous Token