1 package unit.ui.controllers.device_list_controller;
3 import org.junit.Before;
11 protected static final String queryForRefreshButton =
"#refresh-button";
12 protected static final String queryForNoPowerSupply =
13 "#no-power-supply-message";
14 protected static final String queryForPowerSupply =
15 "#power-supply-message";
16 protected static final String queryForDeviceListTab =
19 protected static final String queryForPressureGaugeMessage =
20 "#pressure-gauge-message";
23 public void navigateToDeviceListTab(){
24 clickOn(queryForDeviceListTab);