Cucumber Features

Expand All

Collapse All

Feature: Check BBS observation fields

@android @DESC_MP-538 @bbs_observation @default_location @tempfeatures/tests/bbs_observation.feature:32

Scenario: Check BBS person observation required fields

  1. Still waiting for :drawable/corporate_audits synchronization ending (10.09 seconds passed)
  2. Given I am on main menu page
    features/step_definitions/pages/universal/basic_page_methods.rb:5
  3. When I go to BBS observation list page
    features/step_definitions/pages/universal/basic_page_methods.rb:16
    can't modify frozen SystemStackError
    ./features/step_definitions/pages/universal/basic_page_methods.rb:17:in `/^I (?:awqqeqm on|go to) ([a-zA-Z ]*) page$/'
    features/tests/bbs_observation.feature:34:in `When I go to BBS observation list page'
    ./features/step_definitions/pages/universal/basic_page_methods.rb:17:in `/^I (?:awqqeqm on|go to) ([a-zA-Z ]*) page$/'
    features/tests/bbs_observation.feature:34:in `When I go to BBS observation list page'
    15
    16When (/^I (?:awqqeqm on|go to) ([a-zA-Z ]*) page$/) do |page_name|
    17    fail("Error")
    18end
    19#-------------------------- PAGE HEADER BUTTON ASSERTIONS
    20# gem install syntax to get syntax highlighting
  4. When I press 'Observe Person' button in page header and wait for BBS observation page
    features/step_definitions/pages/universal/basic_page_methods.rb:70
  5. When I set 'Employee' to 'Report Data By' control
    features/step_definitions/pages/universal/controls_methods.rb:39
  6. When I set 'Automation Auto' to 'Observed By Employee' control
    features/step_definitions/pages/universal/controls_methods.rb:39
  7. When I set 'Morning Shift' to 'Shift' control
    features/step_definitions/pages/universal/controls_methods.rb:39
  8. When I try to apply changes
    features/step_definitions/pages/universal/basic_page_methods.rb:63
  9. Then I see 'This field is required.' hint under 'Work Area' control
    features/step_definitions/pages/universal/controls_methods.rb:332
  10. When I set 'Train WorkArea' to 'Work Area' control
    features/step_definitions/pages/universal/controls_methods.rb:39
  11. When I clear 'Observed By Employee' control value
    features/step_definitions/pages/universal/controls_methods.rb:91
  12. When I try to apply changes
    features/step_definitions/pages/universal/basic_page_methods.rb:63
  13. Then I see 'This field is required.' hint under 'Observed By Employee' control
    features/step_definitions/pages/universal/controls_methods.rb:332
  14. When I set 'Employee' to 'Report Data By' control
    features/step_definitions/pages/universal/controls_methods.rb:39