Exemplo n.º 1
0
 def test_09VerifyGlobalCatalog(self):
     self.dash = dashboard(self.driver)
     result = self.dash.catalogPage()
     return result == True
Exemplo n.º 2
0
 def test_10VerifyLinkNavigation(self):
     self.dash = dashboard(self.driver)
     result = self.dash.linkNavigation()
     assert result == True
Exemplo n.º 3
0
 def test_07VerifyUserDetailScreenOpen(self):
     self.dash = dashboard(self.driver)
     self.dash.projectCardToProjectDetail()
Exemplo n.º 4
0
 def test_08VerifyPagination(self):
     self.dash = dashboard(self.driver)
     result = self.dash.clickPagination()
     assert result == True
Exemplo n.º 5
0
 def test_05VerifyEstimatedTotalText(self):
     self.dash = dashboard(self.driver)
     self.dash.estimatedTotal()
Exemplo n.º 6
0
 def test_04VerifyBudgetAllocatedText(self):
     self.dash = dashboard(self.driver)
     self.dash.budgetAllocated()
Exemplo n.º 7
0
 def test_03VerifyProgressBar(self):
     self.dash = dashboard(self.driver)
     result = self.dash.bar()
     assert result == True
Exemplo n.º 8
0
 def test_02VerifyFloorCountText(self):
     self.dash = dashboard(self.driver)
     self.dash.floorCount()
Exemplo n.º 9
0
 def test_01VerifyOpeningText(self):
     self.dash = dashboard(self.driver)
     self.dash.openingText()