Skip to content

Commit cf7960f

Browse files
committed
[rb] remove spec guard for remote Firefox re-using profile
1 parent 3a81e6a commit cf7960f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

rb/spec/integration/selenium/webdriver/firefox/profile_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ def read_generated_prefs(from = nil)
4545
end
4646
end
4747

48-
it 'should be able to use the same profile more than once', except: {driver: :remote,
49-
reason: "Likely related to #8524"} do
48+
it 'should be able to use the same profile more than once' do
5049
create_driver!(capabilities: Options.new(profile: profile)) do |driver1|
5150
expect { wait(5).until { driver1.find_element(id: 'oneline') } }.not_to raise_error
5251
create_driver!(capabilities: Options.new(profile: profile)) do |driver2|

0 commit comments

Comments
 (0)