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