Fixed name of browser to install #333
Annotations
4 errors and 1 notice
[chromium] › end_to_end.spec.js:11:1 › Plugin Logging Alert should be registered:
plugin/end_to_end/tests/end_to_end.spec.js#L5
1) [chromium] › end_to_end.spec.js:11:1 › Plugin Logging Alert should be registered ──────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://127.0.0.1:9000/
Call log:
- navigating to "http://127.0.0.1:9000/", waiting until "load"
3 |
4 | test.beforeEach(async ({ page }) => {
> 5 | await page.goto('http://127.0.0.1:9000/');
| ^
6 | await page.getByLabel('Username').fill('admin'); // TODO could also be: getByRole('textbox', { name: 'Username' }) // which one is better?
7 | await page.getByLabel('Password').fill('admin');
8 | await page.getByRole('button', { name: 'Sign in' }).click();
at /home/runner/work/graylog-plugin-logging-alert/graylog-plugin-logging-alert/plugin/end_to_end/tests/end_to_end.spec.js:5:14
|
[chromium] › end_to_end.spec.js:11:1 › Plugin Logging Alert should be registered:
plugin/end_to_end/tests/end_to_end.spec.js#L5
1) [chromium] › end_to_end.spec.js:11:1 › Plugin Logging Alert should be registered ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://127.0.0.1:9000/
Call log:
- navigating to "http://127.0.0.1:9000/", waiting until "load"
3 |
4 | test.beforeEach(async ({ page }) => {
> 5 | await page.goto('http://127.0.0.1:9000/');
| ^
6 | await page.getByLabel('Username').fill('admin'); // TODO could also be: getByRole('textbox', { name: 'Username' }) // which one is better?
7 | await page.getByLabel('Password').fill('admin');
8 | await page.getByRole('button', { name: 'Sign in' }).click();
at /home/runner/work/graylog-plugin-logging-alert/graylog-plugin-logging-alert/plugin/end_to_end/tests/end_to_end.spec.js:5:14
|
[chromium] › end_to_end.spec.js:11:1 › Plugin Logging Alert should be registered:
plugin/end_to_end/tests/end_to_end.spec.js#L5
1) [chromium] › end_to_end.spec.js:11:1 › Plugin Logging Alert should be registered ──────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://127.0.0.1:9000/
Call log:
- navigating to "http://127.0.0.1:9000/", waiting until "load"
3 |
4 | test.beforeEach(async ({ page }) => {
> 5 | await page.goto('http://127.0.0.1:9000/');
| ^
6 | await page.getByLabel('Username').fill('admin'); // TODO could also be: getByRole('textbox', { name: 'Username' }) // which one is better?
7 | await page.getByLabel('Password').fill('admin');
8 | await page.getByRole('button', { name: 'Sign in' }).click();
at /home/runner/work/graylog-plugin-logging-alert/graylog-plugin-logging-alert/plugin/end_to_end/tests/end_to_end.spec.js:5:14
|
build
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
[chromium] › end_to_end.spec.js:11:1 › Plugin Logging Alert should be registered ───────────────
|