From be89c108bcac70d09d524b7203e2329d2e5c4eff Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Mon, 1 Mar 2021 18:32:40 -0800 Subject: [PATCH] Unfocus DevTools spec :facepalm: Sorry, that's me pushing things without proper review. --- rb/spec/integration/selenium/webdriver/devtools_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rb/spec/integration/selenium/webdriver/devtools_spec.rb b/rb/spec/integration/selenium/webdriver/devtools_spec.rb index 996f7603aa211..23855aa3690f1 100644 --- a/rb/spec/integration/selenium/webdriver/devtools_spec.rb +++ b/rb/spec/integration/selenium/webdriver/devtools_spec.rb @@ -21,7 +21,7 @@ module Selenium module WebDriver - fdescribe DevTools, exclusive: {driver: %i[chrome edge firefox_nightly]} do + describe DevTools, exclusive: {driver: %i[chrome edge firefox_nightly]} do let(:username) { SpecSupport::RackServer::TestApp::BASIC_AUTH_CREDENTIALS.first } let(:password) { SpecSupport::RackServer::TestApp::BASIC_AUTH_CREDENTIALS.last }