Fix typo
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
60398b919b
commit
8deab238cc
1 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ class FilesAppContext implements Context, ActorAwareInterface {
|
|||
/**
|
||||
* @return Locator
|
||||
*/
|
||||
public static function inputFieldForTagsInCurrentSectionDetails() {
|
||||
public static function inputFieldForTagsInCurrentSectionDetailsView() {
|
||||
return Locator::forThe()->css(".systemTagsInfoView")->
|
||||
descendantOf(self::currentSectionDetailsView())->
|
||||
describedAs("Input field for tags in current section details view in Files app");
|
||||
|
@ -511,7 +511,7 @@ class FilesAppContext implements Context, ActorAwareInterface {
|
|||
*/
|
||||
public function iSeeThatTheInputFieldForTagsInTheDetailsViewIsShown() {
|
||||
PHPUnit_Framework_Assert::assertTrue(
|
||||
$this->actor->find(self::inputFieldForTagsInCurrentSectionDetails(), 10)->isVisible());
|
||||
$this->actor->find(self::inputFieldForTagsInCurrentSectionDetailsView(), 10)->isVisible());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue