Update tests to use page object predicate methods
This change invoke predicate methods on page objects when tests execute certain matchers instead of using Capybara matchers. The result is that the matchers wait for requests and perform logging and other functionality that the page object predicate methods provide.
显示
- qa/qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_http_spec.rb 4 个添加, 2 个删除...wser_ui/3_create/repository/protocol_v2_push_http_spec.rb
- qa/qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb 4 个添加, 2 个删除.../3_create/repository/push_mirroring_lfs_over_http_spec.rb
- qa/qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb 4 个添加, 2 个删除...res/browser_ui/3_create/repository/push_over_http_spec.rb
- qa/qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_http_spec.rb 6 个添加, 3 个删除...r_ui/3_create/repository/pull_mirroring_over_http_spec.rb
- qa/qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_ssh_with_key_spec.rb 5 个添加, 3 个删除...reate/repository/pull_mirroring_over_ssh_with_key_spec.rb
加载中
想要评论请 注册 或 登录