Page MenuHomePhabricator

Deprecation warnings in tests
Closed, ResolvedPublic

Description

And I should see the button that clears language selection # features/step_definitions/manage_translator_sandbox_steps.rb:51

  • DEPRECATION WARNING
  • You are calling a method named attribute_value at /stuff/mw/Translate/tests/browser/features/step_definitions/manage_translator_sandbox_steps.rb:178:in `block in <top (required)>'.
  • This method does not exist in page-object so it is being passed to the driver.
  • This feature will be removed in the near future.
  • Please change your code to call the correct page-object method.
  • If you are using functionality that does not exist in page-object please request it be added. And the direction of the users language filter button is 'rtl' # features/step_definitions/manage_translator_sandbox_steps.rb:177
  • DEPRECATION WARNING
  • You are calling a method named attribute_value at /stuff/mw/Translate/tests/browser/features/step_definitions/manage_translator_sandbox_steps.rb:182:in `block in <top (required)>'.
  • This method does not exist in page-object so it is being passed to the driver.
  • This feature will be removed in the near future.
  • Please change your code to call the correct page-object method.
  • If you are using functionality that does not exist in page-object please request it be added.

Version: master
Severity: minor

Details

Reference
bz58385