Skip to content

Commit

Permalink
Update cucumber.md for updated import
Browse files Browse the repository at this point in the history
replaced old import for DefaultUrl with the serenitybdd one
  • Loading branch information
rharing authored Oct 15, 2024
1 parent 7f7bb1a commit e41e000
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 e41e000

Please sign in to comment.