class Playwright::Video

def delete

def delete
  wait_for_artifact_and do |artifact|
    artifact.delete
  end
end