Sha256: 8fc6e21ee0e29db5dc90642043dad9de154bcf83087fccadb7e8455b22b8bd4e

Contents?: true

Size: 214 Bytes

Versions: 1

Compression:

Stored size: 214 Bytes

Contents

require 'spec_helper'

describe "navbar search" do
  it "" do
    visit '/posts'
    fill_in "key", with: 'a key msg'
    click_link_or_button "Google Search"
    expect(current_url).to match(%r{google})
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rrjj-0.0.1 spec/features/posts/search_spec.rb