Skip to content

Commit

Permalink
Update cucumber.md todomvc has different url
Browse files Browse the repository at this point in the history
  • Loading branch information
rharing authored Oct 15, 2024
1 parent 7f7bb1a commit d4e1e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/cucumber.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ import net.serenitybdd.core.pages.PageObject;
import net.serenitybdd.screenplay.targets.Target;
import net.thucydides.core.annotations.DefaultUrl;

@DefaultUrl("https://todomvc.com/examples/angularjs/#/")
@DefaultUrl("https://todomvc.com/examples/angular/dist/browser/#/all")
public class TodoListPage extends PageObject {
public static Target ITEM_NAME_FIELD = Target.the("item name field").locatedBy(".new-todo");

Expand Down

0 comments on commit d4e1e14

Please sign in to comment.