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
#expect(containers.count ==1,"Expected 1 containers to be running, found \(containers.count)")
46
-
//#expect(containers[0].configuration.names.contains("/custom_nginx"), "Expected container to have name /custom_nginx, found \(containers[0].configuration.names)")
48
+
#expect(containers.count ==1,"Expected 1 container with the name \(containerName), found \(containers.count)")
49
+
#expect(containers[0].status ==.running,"Expected container \(containerName)to be running, found status: \(containers[0].status.rawValue)")
0 commit comments