|
101 | 101 | </head> |
102 | 102 | <body> |
103 | 103 | <div class="container"> |
104 | | - <h1 data-testid="welcome">CodeceptJS Test Application</h1> |
| 104 | + <h1 data-testid="welcome">Welcome to test app!</h1> |
| 105 | + <h2>With special space chars</h2> |
105 | 106 | <p class="subtitle">A comprehensive testing sandbox for learning and practicing web automation</p> |
106 | 107 |
|
107 | 108 | <div class="notice" qa-id="test"> |
|
233 | 234 | <div class="section"> |
234 | 235 | <h2>General Test Pages</h2> |
235 | 236 | <div class="form-grid"> |
236 | | - <a href="/info" class="form-link utility" id="link" qa-id="test" qa-link="test">Information Page</a> |
| 237 | + <a href="/info" class="form-link utility" id="link" qa-id="test" qa-link="test">More info</a> |
237 | 238 | <a href="/login" class="form-link utility">Login Page</a> |
238 | 239 | <a href="/cookies" class="form-link utility">Cookies Test</a> |
239 | 240 | <a href="/search" class="form-link utility">Search Page</a> |
|
245 | 246 | </div> |
246 | 247 | </div> |
247 | 248 |
|
| 249 | + <!-- Original Test Areas for Backward Compatibility --> |
| 250 | + <div style="display: none;"> |
| 251 | + <div id="area1" qa-id="test"> |
| 252 | + <a href="/form/file" qa-id="test" qa-link="test"> Test Link </a> |
| 253 | + </div> |
| 254 | + <div id="area2" qa-id="test"> |
| 255 | + <a href="/form/hidden" qa-id="test" qa-link="test">Test</a> |
| 256 | + </div> |
| 257 | + <div id="area3" qa-id="test"> |
| 258 | + <a href="info" qa-id="test" qa-link="test">Document-Relative Link</a> |
| 259 | + </div> |
| 260 | + <div id="area4" qa-id="test"> |
| 261 | + <a href="/spinner" qa-id="test" qa-link="test">Spinner</a> |
| 262 | + </div> |
| 263 | + <div id="area5" qa-id="test"> |
| 264 | + <input qa-id="test" qa-link="test" disabled>Hidden input</input> |
| 265 | + </div> |
| 266 | + </div> |
| 267 | + |
248 | 268 | <div class="footer"> |
249 | 269 | <p>CodeceptJS Test Application - A comprehensive testing sandbox</p> |
250 | 270 | <p>Inspired by <a href="https://the-internet.herokuapp.com" target="_blank">the-internet.herokuapp.com</a></p> |
251 | 271 | </div> |
252 | 272 |
|
253 | 273 | <div class="debug"> |
254 | | - <strong>Debug Info:</strong> |
| 274 | + A wise man said: "debug!" |
| 275 | + <br><strong>Debug Info:</strong> |
255 | 276 | <?php if (!empty($_POST)): ?> |
256 | 277 | <pre><?php print_r($_POST); ?></pre> |
257 | 278 | <?php else: ?> |
|
0 commit comments