Skip to content

Commit

Permalink
Updated to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Sep 1, 2023
1 parent 0a724f6 commit d51564b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/test/java/starter/search/SearchArticle.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package starter.search;

import net.serenitybdd.screenplay.targets.Target;

public class SearchArticle {
public static final Target BODY = Target.the("article identifier").locatedBy("//article");
}

0 comments on commit d51564b

Please sign in to comment.