Skip to content

Commit d181142

Browse files
fix(tests): updating test institution names in tests #ir-rider-prefix (#2247)
* fix(tests): updating test institution names in tests * fix(tests): updating 'Test' institution name to 'Test (Non-OAuth' in tests * disable(tests): moves tests relying on institution names to local-only to disable in CI * revert(disable): reverting disable to move to separate branch * chore(disable): reverting disables after name change complete
1 parent 07ab0ed commit d181142

File tree

6 files changed

+10
-14
lines changed

6 files changed

+10
-14
lines changed

e2e-tests/android-only/local-only/financial-connections-session.yml renamed to e2e-tests/android-only/financial-connections-session.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# TODO(alexzhu): Enable after institutions are renamed (ir-rider-prefix)
21
appId: ${APP_ID}
32
---
43
- launchApp:
@@ -14,9 +13,9 @@ appId: ${APP_ID}
1413
# Accept Link terms
1514
text: "Agree and continue"
1615
- assertVisible:
17-
text: "Test Institution"
16+
text: "Test (Non-OAuth)"
1817
- tapOn:
19-
text: "Test Institution"
18+
text: "Test (Non-OAuth)"
2019

2120
# The first chrome instance in E2E emulator, welcome page must be dismissed.
2221
- tapOn:

e2e-tests/android-only/local-only/financial-connections-token.yml renamed to e2e-tests/android-only/financial-connections-token.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# TODO(alexzhu): Enable after institutions are renamed (ir-rider-prefix)
21
appId: ${APP_ID}
32
---
43
- launchApp:
@@ -14,9 +13,9 @@ appId: ${APP_ID}
1413
# Accept Link terms
1514
text: "Agree and continue"
1615
- assertVisible:
17-
text: "Test Institution"
16+
text: "Test (Non-OAuth)"
1817
- tapOn:
19-
text: "Test Institution"
18+
text: "Test (Non-OAuth)"
2019

2120
# The first chrome instance in E2E emulator, welcome page must be dismissed.
2221
- tapOn:

e2e-tests/android-only/local-only/ach-payment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ appId: ${APP_ID}
88
text: "Collect bank account"
99
retryTapIfNoChange: false
1010
- tapOn: "Agree"
11-
- tapOn: "Test Institution"
11+
- tapOn: "Test (Non-OAuth)"
1212
- tapOn: "Success"
1313
- tapOn: "Link account"
1414
- tapOn: "Done"

e2e-tests/android-only/local-only/ach-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ appId: ${APP_ID}
1212
text: "Collect bank account"
1313
retryTapIfNoChange: false
1414
- tapOn: "Agree"
15-
- tapOn: "Test Institution"
15+
- tapOn: "Test (Non-OAuth)"
1616
- tapOn: "Success"
1717
- tapOn: "Link account"
1818
- tapOn: "Done"

e2e-tests/ios-only/local-only/financial-connections-session.yml renamed to e2e-tests/ios-only/financial-connections-session.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# TODO(alexzhu): Enable after institutions are renamed (ir-rider-prefix)
21
appId: ${APP_ID}
32
---
43
- launchApp:
@@ -17,8 +16,8 @@ appId: ${APP_ID}
1716
text: "Agree and continue"
1817
- tapOn: "Agree and continue"
1918
- assertVisible:
20-
text: "Test Institution"
21-
- tapOn: "Test Institution"
19+
text: "Test (Non-OAuth)"
20+
- tapOn: "Test (Non-OAuth)"
2221
- extendedWaitUntil:
2322
# wait for the auth flow to finish
2423
visible: "Select account"

e2e-tests/ios-only/local-only/financial-connections-token.yml renamed to e2e-tests/ios-only/financial-connections-token.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# TODO(alexzhu): Enable after institutions are renamed (ir-rider-prefix)
21
appId: ${APP_ID}
32
---
43
- launchApp:
@@ -17,8 +16,8 @@ appId: ${APP_ID}
1716
text: "Agree and continue"
1817
- tapOn: "Agree and continue"
1918
- assertVisible:
20-
text: "Test Institution"
21-
- tapOn: "Test Institution"
19+
text: "Test (Non-OAuth)"
20+
- tapOn: "Test (Non-OAuth)"
2221
- extendedWaitUntil:
2322
# wait for the auth flow to finish
2423
visible: "Select account"

0 commit comments

Comments
 (0)