Test Unit form opening/closing

This commit is contained in:
2024-02-13 01:04:27 +01:00
parent 10f866d40b
commit 8b81ae2dc5
3 changed files with 52 additions and 9 deletions

View File

@@ -28,6 +28,6 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
end
#def assert_stale(element)
# assert_raise(Selenium::WebDriver::Error::StaleElementReferenceError) { element.tag_name }
# assert_raises(Selenium::WebDriver::Error::StaleElementReferenceError) { element.tag_name }
#end
end