예제 #1
0
 def test_TC_SlotIGS_03_Enter_Game(self):
     print("<b> Expected Results: Able to access to gaming page. </b>" +
           "<br>")
     LoginpageActions.Login_to_Mainpage(self)
     MainpageActions.Access_to_Slot(self)
     ProvidersActions.Access_to_SlotIGS_Page(self)
     ProvidersActions.Click_on_SlotIGS_Game(self)
     time.sleep(2)
     ProvidersActions.Enter_Game(self)
예제 #2
0
 def test_TC_SlotIGS_04_Quick_Transfer(self):
     print("<b> Expected Results: Able to perform quick transfer. </b>" +
           "<br>")
     LoginpageActions.Login_to_Mainpage(self)
     MainpageActions.Access_to_Slot(self)
     ProvidersActions.Access_to_SlotIGS_Page(self)
     ProvidersActions.Click_on_SlotIGS_Game(self)
     time.sleep(2)
     ProvidersActions.Quick_Transfer(self)
예제 #3
0
 def test_TC_SlotIGS_01_Navigate_to_IGS_BeforeLogin(self):
     print(
         "<b> Expected Results: Navigate to login page when accessing IGS game without valid login. </b>"
         + "<br>")
     MainpageActions.Access_to_Mainpage(self)
     MainpageActions.Access_to_Slot(self)
     ProvidersActions.Access_to_SlotIGS_Page(self)
     ProvidersActions.Click_on_SlotIGS_Game(self)
     time.sleep(2)
     ProvidersActions.Assert_Login_Page(self)
예제 #4
0
 def test_TC_SlotIGS_02_Navigate_to_IGS_AfterLogin(self):
     print(
         "<b> Expected Results: Quick Transfer modal dialog is displayed when accessing IGS game with valid login. </b>"
         + "<br>")
     LoginpageActions.Login_to_Mainpage(self)
     MainpageActions.Access_to_Slot(self)
     ProvidersActions.Access_to_SlotIGS_Page(self)
     ProvidersActions.Click_on_SlotIGS_Game(self)
     time.sleep(2)
     ProvidersActions.Assert_Quick_Transfer(self)