# File test/test_wpm_WPMErrorPage.rb, line 156 def test_frame_info @WPMErrorPage.frame_info = 'foo' assert_equal('foo', @WPMErrorPage.frame_info) end