コード例 #1
0
 /**
  * @group create
  * @group current
  */
 public function authorization(DeliveryTester $I)
 {
     if (InitTest::Login($I)) {
         $I->wait(1);
         $I->amOnPage(DeliveryPage::$URL);
     }
     InitTest::changeTextAditorToNative($I);
 }
コード例 #2
0
 /**
  * @group edit
  * @guy DeliveryTester\DeliverySteps
  */
 public function authorization(DeliveryTester\DeliverySteps $I)
 {
     if (InitTest::Login($I)) {
         $I->wait(1);
         $I->amOnPage(DeliveryPage::$URL);
     }
     $this->loggedin = true;
     InitTest::changeTextAditorToNative($I);
 }