test: fix failing update e2e tests#27223
Merged
alan-agius4 merged 2 commits intoangular:mainfrom Mar 6, 2024
Merged
Conversation
94ab3dc to
81c6e45
Compare
The HTML was not matching the expect correctly
81c6e45 to
f3eda7e
Compare
clydin
approved these changes
Mar 6, 2024
3ba45ca to
39f2ec6
Compare
This test currently fails due to;
```
NOTE: The Web Test Runner builder is currently EXPERIMENTAL and not ready for production use.
The 'assets' option is not yet supported by this builder.
The 'styles' option is not yet supported by this builder.
The 'inlineStyleLanguage' option is not yet supported by this builder.
The 'stylePreprocessorOptions' option is not yet supported by this builder.
The 'sourceMap' option is not yet supported by this builder.
The 'browsers' option is not yet supported by this builder.
- Building...
Initial chunk files | Names | Raw size
polyfills.js | polyfills | 1.01 MB |
| Initial total | 1.01 MB
Lazy chunk files | Names | Raw size
chunk-F7X5775E.js | - | 2.16 MB |
jasmine.js | jasmine | 258.59 kB |
app.component.spec.js | app-component-spec | 228.20 kB |
testing.js | zone-testing | 62.00 kB |
jasmine_runner.js | jasmine_runner | 48.29 kB |
chunk-K53ZK2UT.js | - | 1.94 kB |
Output location: /tmp/angular-cli-e2e-esJYaR/e2e-test/test-project/dist/test-out
Application bundle generation complete. [2.689 seconds]
Chrome: |██████████████████████████████| 0/1 test files | 0 passed, 0 failed
Running tests...
dist/test-out/browser/app.component.spec.js:
❌ The browser was unable to create and start a test page after 30000ms. You can increase this timeout with the browserStartTimeout option.
Chrome: |██████████████████████████████| 1/1 test files | 0 passed, 0 failed
Error while running tests.
Chrome: |██████████████████████████████| 1/1 test files | 0 passed, 0 failed
Error while running tests.
```
39f2ec6 to
0ae899c
Compare
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The HTML was not matching the expect correctly