From 3e99866902a52d36c9a5b6d59900b6c8495907a7 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Wed, 6 Jan 2016 13:36:36 +0900 Subject: [PATCH] Fix unit tests again --- tests/Install/AutoinstallCept.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Install/AutoinstallCept.php b/tests/Install/AutoinstallCept.php index 56cd64f21..03bc8ee29 100644 --- a/tests/Install/AutoinstallCept.php +++ b/tests/Install/AutoinstallCept.php @@ -59,5 +59,3 @@ $I->submitForm('.login-body form', [ $I->seeInCurrentUrl('module=admin'); $I->seeElement('#gnbNav'); $I->seeElement('#content .x_page-header'); -$I->see('설치 환경 수집 동의', 'h2'); -