Skip to content

Commit

Permalink
create ui change to trouble shoot.
Browse files Browse the repository at this point in the history
  • Loading branch information
JFU-NAVA-PBC committed Dec 8, 2024
1 parent 52d568f commit 9848964
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/integration_tests/selenium_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,14 +247,14 @@ class Action(Enum):
"params": [20, By.NAME, TXT_FLD_SUB_MSLSX, TXT_FLD_VAL_SUB_MSLSX]
},
{
"display": "Input hicn",
"display": "Input mbi",
"action": Action.FIND_SEND_KEY,
"params": [20, By.NAME, TXT_FLD_HICN_MSLSX, MSLSX_TXT_FLD_HICN_VAL]
"params": [20, By.NAME, TXT_FLD_MBI_MSLSX, MSLSX_TXT_FLD_MBI_VAL]
},
{
"display": "Input mbi",
"display": "Input hicn",
"action": Action.FIND_SEND_KEY,
"params": [20, By.NAME, TXT_FLD_MBI_MSLSX, MSLSX_TXT_FLD_MBI_VAL]
"params": [20, By.NAME, TXT_FLD_HICN_MSLSX, MSLSX_TXT_FLD_HICN_VAL]
},
{
"display": "Click 'submit' on MSLSX login form",
Expand Down

0 comments on commit 9848964

Please sign in to comment.