mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
6 lines
126 B
Ruby
6 lines
126 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Capybara::RackTest::Errors
|
|
class StaleElementReferenceError < StandardError
|
|
end
|
|
end
|