()
| 5 | public class HomePage extends ProjectHooks{ |
| 6 | |
| 7 | public HomePage clickAppLauncher() { |
| 8 | click(".slds-icon-waffle", "App Launcher", "Icon"); |
| 9 | return this; |
| 10 | } |
| 11 | |
| 12 | public HomePage clickViewAll() { |
| 13 | click("(//button[text()='View All'])[1]", "View All"); |
no test coverage detected