Skip to content

Commit e0b1fe6

Browse files
authored
Brandon/bb2 3575 selenium test fix (#1329)
* uncommenting test around checking expiration date * merging in master * changing port number back to 5900
1 parent 00f7565 commit e0b1fe6

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

apps/integration_tests/selenium_cases.py

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -552,17 +552,16 @@ class Action(Enum):
552552
"params": [20, By.ID, AUTH_SCREEN_ID_LANG, AUTH_SCREEN_EN_TXT]
553553
},
554554
# now check the expiration info section
555-
# comment out due to PROD TestApp now is RESEARCH_STUDY which does not have expire info
556-
# {
557-
# "display": "Check for authorization screen expire info in English",
558-
# "action": Action.CONTAIN_TEXT,
559-
# "params": [20, By.ID, AUTH_SCREEN_ID_EXPIRE_INFO, AUTH_SCREEN_EN_EXPIRE_INFO_TXT]
560-
# },
561-
# {
562-
# "display": "Check en_US date format and validate",
563-
# "action": Action.CHECK_DATE_FORMAT,
564-
# "params": [20, By.ID, AUTH_SCREEN_ID_END_DATE, AUTH_SCREEN_EN_DATE_FORMAT, EN_US]
565-
# },
555+
{
556+
"display": "Check for authorization screen expire info in English",
557+
"action": Action.CONTAIN_TEXT,
558+
"params": [20, By.ID, AUTH_SCREEN_ID_EXPIRE_INFO, AUTH_SCREEN_EN_EXPIRE_INFO_TXT]
559+
},
560+
{
561+
"display": "Check en_US date format and validate",
562+
"action": Action.CHECK_DATE_FORMAT,
563+
"params": [20, By.ID, AUTH_SCREEN_ID_END_DATE, AUTH_SCREEN_EN_DATE_FORMAT, EN_US]
564+
},
566565
# the 'approve' and 'deny' button click not using locale based text
567566
# so it is lang agnostic
568567
CLICK_AGREE_ACCESS

0 commit comments

Comments
 (0)