You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: aws-greengrass-testing-features/aws-greengrass-testing-features-docker/src/main/java/com/aws/greengrass/testing/features/DockerSteps.java
+18-4
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,13 @@ public class DockerSteps {
39
39
*
40
40
* @param image fully qualified image name in <code>name:tag</code> representation
41
41
*/
42
-
@Given("the docker image {word} does not exist on the device")
42
+
@Given("deleted the docker image {word} if exists on the device")
Copy file name to clipboardexpand all lines: aws-greengrass-testing-features/aws-greengrass-testing-features-docker/src/main/resources/greengrass/features/docker.feature
0 commit comments