1 package com.atlassian.webdriver.refapp.page;
2
3 import com.atlassian.pageobjects.page.AdminHomePage;
4 import com.atlassian.webdriver.refapp.component.RefappHeader;
5
6 /**
7 *
8 */
9 public class RefappAdminHomePage extends RefappAbstractPage implements AdminHomePage<RefappHeader> {
10
11 public String getUrl() {
12 return "/admin";
13 }
14 }