Commit c1ef40e
committed
test(e2e): Re-enable instance workflow tests for real AWS testing
Remove LocalStack references from 3 instance workflow tests that were previously skipped:
- should launch instance with basic configuration
- should validate instance name is required
- should validate template is selected
These tests work correctly with real AWS (chromium project) and were only
failing in the LocalStack environment due to React frontend navigation issues.
Based on research findings, LocalStack is an AWS backend service emulator
and cannot help with browser-based E2E tests of React navigation. Moving
forward with real AWS testing using the 'aws' profile.
References:
- /tmp/LOCALSTACK_WEEK1_FINAL_STATUS.md
- /tmp/LOCALSTACK_RESEARCH_FINDINGS.md1 parent 2de1373 commit c1ef40e
1 file changed
+3
-9
lines changedLines changed: 3 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 34 | + | |
39 | 35 | | |
40 | 36 | | |
41 | 37 | | |
| |||
85 | 81 | | |
86 | 82 | | |
87 | 83 | | |
88 | | - | |
89 | | - | |
| 84 | + | |
90 | 85 | | |
91 | 86 | | |
92 | 87 | | |
| |||
100 | 95 | | |
101 | 96 | | |
102 | 97 | | |
103 | | - | |
104 | | - | |
| 98 | + | |
105 | 99 | | |
106 | 100 | | |
107 | 101 | | |
| |||
0 commit comments