Sha256: d4d0553ce7ba16430805cc43f580193c286270505116b7ce79e618297cf38e3e

Contents?: true

Size: 639 Bytes

Versions: 97

Compression:

Stored size: 639 Bytes

Contents

# frozen_string_literal: true

Capybara::SpecHelper.spec '#frame_title', requires: [:frames] do
  before do
    @session.visit('/within_frames')
  end

  it 'should return the title in a frame' do
    @session.within_frame('frameOne') do
      expect(@session.driver.frame_title).to eq 'This is the title of frame one'
    end
  end

  it 'should return the title in FrameTwo' do
    @session.within_frame('frameTwo') do
      expect(@session.driver.frame_title).to eq 'This is the title of frame two'
    end
  end

  it 'should return the title in the main frame' do
    expect(@session.driver.frame_title).to eq 'With Frames'
  end
end

Version data entries

97 entries across 83 versions & 5 rubygems

Version Path
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/capybara-3.40.0/lib/capybara/spec/session/frame/frame_title_spec.rb
capybara-3.40.0 lib/capybara/spec/session/frame/frame_title_spec.rb
capybara-3.39.2 lib/capybara/spec/session/frame/frame_title_spec.rb
capybara-3.39.1 lib/capybara/spec/session/frame/frame_title_spec.rb
capybara-3.39.0 lib/capybara/spec/session/frame/frame_title_spec.rb
tdiary-5.2.4 vendor/bundle/ruby/3.1.0/gems/capybara-3.36.0/lib/capybara/spec/session/frame/frame_title_spec.rb
capybara-3.38.0 lib/capybara/spec/session/frame/frame_title_spec.rb
tdiary-5.2.3 vendor/bundle/ruby/3.1.0/gems/capybara-3.37.1/lib/capybara/spec/session/frame/frame_title_spec.rb
tdiary-5.2.2 vendor/bundle/ruby/3.1.0/gems/capybara-3.37.1/lib/capybara/spec/session/frame/frame_title_spec.rb
capybara-3.37.1 lib/capybara/spec/session/frame/frame_title_spec.rb
capybara-3.37.0 lib/capybara/spec/session/frame/frame_title_spec.rb
tdiary-5.2.1 vendor/bundle/ruby/3.1.0/gems/capybara-3.36.0/lib/capybara/spec/session/frame/frame_title_spec.rb
tdiary-5.2.0 vendor/bundle/ruby/3.0.0/gems/capybara-3.36.0/lib/capybara/spec/session/frame/frame_title_spec.rb
tdiary-5.2.0 vendor/bundle/ruby/2.7.0/gems/capybara-3.35.3/lib/capybara/spec/session/frame/frame_title_spec.rb
date_n_time_picker_activeadmin-0.1.2 vendor/bundle/ruby/2.6.0/gems/capybara-3.36.0/lib/capybara/spec/session/frame/frame_title_spec.rb
date_n_time_picker_activeadmin-0.1.1 vendor/bundle/ruby/2.6.0/gems/capybara-3.36.0/lib/capybara/spec/session/frame/frame_title_spec.rb
capybara-3.36.0 lib/capybara/spec/session/frame/frame_title_spec.rb
tdiary-5.1.7 vendor/bundle/ruby/2.7.0/gems/capybara-3.35.3/lib/capybara/spec/session/frame/frame_title_spec.rb
tdiary-5.1.7 vendor/bundle/ruby/3.0.0/gems/capybara-3.35.3/lib/capybara/spec/session/frame/frame_title_spec.rb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/capybara-3.35.3/lib/capybara/spec/session/frame/frame_title_spec.rb