# Sprawd, czy strona logowania dziaa i zawiera odpowiednie pola
  def test_login_page
    .
    .
    .
    assert_tag "input", :attributes => { :name => "user[remember_me]",
                                         :type => "checkbox" }
    assert_tag "input", :attributes => { :type => "submit",
                                         :value => "Zaloguj!" }
  end

