/src/test/java/it/FollowMenuItem.java
https://bitbucket.org/xavist/easyfollow-confluence-plugin · Java · 19 lines · 14 code · 5 blank · 0 comment · 0 complexity · c73d4a769c7647d8d8964c0fb5da8c07 MD5 · raw file
- package it;
- import org.openqa.selenium.By;
- public class FollowMenuItem extends it.MenuItem
- {
- public FollowMenuItem(String pageId)
- {
- super(pageId);
- }
- @Override
- public By getLocator()
- {
- return By.id("easyfollow-follow-label-action");
- }
- }