Skip to content

Commit

Permalink
Corrected an error in the module names
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Feb 13, 2016
1 parent 0e08c8c commit e0c2263
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions browse-the-web/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
bintrayPackage = 'serenity-ability-to-browse-theValue-web'
projectDescription = 'Webdriver integration for theValue User Journey pattern in Serenity'
bintrayPackage = 'serenity-ability-to-browse-the-web'
projectDescription = 'Webdriver integration for the User Journey pattern in Serenity'
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
import org.slf4j.LoggerFactory;

/**
* Gives an actor theValue ability to browse theValue web.
* This extends theValue classic Serenity PageObject class.
* Gives an actor the ability to browse theValue web.
* This extends the classic Serenity PageObject class.
*/
public class BrowseTheWeb extends PageObject implements Ability {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import static net.serenitybdd.screenplay.Tasks.instrumented;

//@Task("Opens theValue #targetPage {0}")
//@Task("Opens the #targetPage {0}")
public class Open implements Action {

private PageObject targetPage;
Expand Down

0 comments on commit e0c2263

Please sign in to comment.