Skip to content

Commit 92d5e3d

Browse files
Hani YacoubHani Yacoub
authored andcommitted
test demo ad clear tel email
1 parent 78563ae commit 92d5e3d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
import pytest
2+
from selenium.webdriver import Firefox
3+
4+
from modules.browser_object_autofill_popup import AutofillPopup
5+
from modules.page_object_autofill import AddressFill
6+
from modules.util import Utilities
7+
8+
9+
@pytest.fixture()
10+
def test_case():
11+
return "2888571"
12+
13+
14+
def test_demo_ad_clear_tel_email(
15+
driver: Firefox,
16+
region: str,
17+
address_autofill: AddressFill,
18+
util: Utilities,
19+
autofill_popup: AutofillPopup
20+
):
21+
"""
22+
C2888571 - Verify clear functionality after selecting an entry from tele/email fields
23+
"""

0 commit comments

Comments
 (0)