features/manage_flags.feature in 360_services-0.0.1 vs features/manage_flags.feature in 360_services-0.0.2

- old
+ new

@@ -17,11 +17,11 @@ When I get all flags Then the flags list should contain "red" Scenario: Count flags Given I am logged in - Then the flag count should be 4 + Then the flag count should be "4" Scenario: Add flags to asset Given I am logged in And I get the first asset And I assign the flags "red blue green" to the asset @@ -32,10 +32,10 @@ Scenario: Find all assets by flag Given I am logged in And I get the first asset And I assign the flag "red" to the asset And I find all assets with the flag "red" - Then the assets list should contain "c67f1fdb-8199-4b5c-921f-d864cf2d903f" + Then the assets list should contain "a5ef53eb-032e-4983-9828-ee72ee6c6bc2" Scenario: Get asset flags Given I am logged in And I get the first asset And I assign the flag "pear" to the asset