Fix kivy payment screen test case

This commit is contained in:
osamacis 2022-11-10 20:49:39 +05:30
parent b3627ff5a6
commit 1f9defbdf8
No known key found for this signature in database
GPG Key ID: 15F978BEFADAB9E1

View File

@ -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