Fix kivy payment screen test case
This commit is contained in:
parent
b3627ff5a6
commit
1f9defbdf8
|
@ -1,11 +1,9 @@
|
||||||
from .telenium_process import TeleniumTestProcess
|
from .telenium_process import TeleniumTestProcess
|
||||||
from .common import skip_screen_checks
|
|
||||||
|
|
||||||
|
|
||||||
class PaymentScreen(TeleniumTestProcess):
|
class PaymentScreen(TeleniumTestProcess):
|
||||||
"""SubscriptionPayment Screen Functionality Testing"""
|
"""SubscriptionPayment Screen Functionality Testing"""
|
||||||
|
|
||||||
@skip_screen_checks
|
|
||||||
def test_select_subscription(self):
|
def test_select_subscription(self):
|
||||||
"""Select Subscription From List of Subscriptions"""
|
"""Select Subscription From List of Subscriptions"""
|
||||||
# This is for checking Current screen
|
# This is for checking Current screen
|
||||||
|
|
Reference in New Issue
Block a user