Skip to content

Commit

Permalink
Merge pull request #61 from rharing/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo authored Oct 15, 2024
2 parents 7f7bb1a + e41e000 commit b7d0d0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tutorials/cucumber.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ package starter.helpers;

import net.serenitybdd.core.pages.PageObject;
import net.serenitybdd.screenplay.targets.Target;
import net.thucydides.core.annotations.DefaultUrl;
import net.serenitybdd.annotations.DefaultUrl;


@DefaultUrl("https://todomvc.com/examples/angularjs/#/")
public class TodoListPage extends PageObject {
Expand Down

0 comments on commit b7d0d0d

Please sign in to comment.