We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c9824 commit 1db76fdCopy full SHA for 1db76fd
rb/spec/integration/selenium/webdriver/edge/driver_spec.rb
@@ -17,16 +17,17 @@
17
# specific language governing permissions and limitations
18
# under the License.
19
20
-require File.expand_path("../../spec_helper", __FILE__)
+require_relative '../spec_helper'
21
22
module Selenium
23
module WebDriver
24
module Edge
25
26
- describe Driver do
27
- it_behaves_like "driver that can be started concurrently", :edge
+ compliant_on :browser => :edge do
+ describe Driver do
28
+ it_behaves_like "driver that can be started concurrently", :edge
29
+ end
30
end
-
31
end # Edge
32
end # WebDriver
33
end # Selenium
0 commit comments