Skip to content

Commit e6eaa6a

Browse files
Fix Flaky AT4 E2E Test (#211)
- Switch selected building to a more reliable one (DO - Stinger Dome) - VL and VE are partially overlapped at times, causing wrong clicks sometimes.
1 parent 4ff6d18 commit e6eaa6a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.maestro/US1/AT4buildingPopup.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ appId: host.exp.Exponent
77
file: ../openLink.yaml
88
- tapOn: "LOY"
99
- tapOn:
10-
id: "marker-VL"
10+
id: "marker-DO"
1111
- assertVisible:
12-
text: "VLVanier Library Building"
12+
text: "DOStinger Dome"
1313
- tapOn:
1414
point: "95%, 50%"
1515
- assertNotVisible:
16-
text: "VLVanier Library Building"
16+
text: "DOStinger Dome"

0 commit comments

Comments
 (0)