Skip to content

Commit

Permalink
comment delete
Browse files Browse the repository at this point in the history
  • Loading branch information
tyoshii committed Sep 24, 2014
1 parent ebafa3c commit f3f811e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions fuel/app/tests/view/team.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,5 @@ public function test_未ログイン状態で正常系テスト()
$this->assertSame($url, $this->url());
$this->assertTitle();
}

// $this->byName('username')->value('cannot-login-user');
// $this->byName('password')->value('dummy');
// $this->byName('login')->submit();

// $alert = $this->byCssSelector('div.alert[role=alert-error] span');
// $this->assertSame('Error! ログインに失敗しました', $alert->text());
// $this->assertStringEndsWith('/login', $this->url());
}
}

0 comments on commit f3f811e

Please sign in to comment.