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