Skip to content

try

try #40

GitHub Actions / Test results: E2E (linux) 0th node succeeded Oct 29, 2024 in 1s

2 passed, 2 failed and 0 skipped

Tests failed

❌ tests/e2e/mochawesome-report/junit-report.xml

4 tests were completed in 85s with 2 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Agreements Verification 2✅ 2❌ 80s

❌ Agreements Verification

Verify that user should accept User Agreements to continue working with the application
  ❌ Agreements Verification Verify that user should accept User Agreements to continue working with the application
	AssertionError: Submut button not disabled by default: expected true to deeply equal false
Verify that when user checks "Use recommended settings" option on EULA screen, all options (except Licence Terms) are checked
  ❌ Agreements Verification Verify that when user checks "Use recommended settings" option on EULA screen, all options (except Licence Terms) are checked
	AssertionError: Enable Analytics switcher is checked: expected false to deeply equal true
Verify that if "Use recommended settings" is selected, and user unchecks any of the option, "Use recommended settings" is unchecked
  ✅ Agreements Verification Verify that if "Use recommended settings" is selected, and user unchecks any of the option, "Use recommended settings" is unchecked
Verify that user can accept User Agreements
  ✅ Agreements Verification Verify that user can accept User Agreements

Annotations

Check failure on line 0 in tests/e2e/mochawesome-report/junit-report.xml

See this annotation in the file changed.

@github-actions github-actions / Test results: E2E (linux) 0th node

Agreements Verification ► Verify that user should accept User Agreements to continue working with the application ► Agreements Verification Verify that user should accept User Agreements to continue working with the application

Failed test found in:
  tests/e2e/mochawesome-report/junit-report.xml
Error:
  AssertionError: Submut button not disabled by default: expected true to deeply equal false
Raw output
AssertionError: Submut button not disabled by default: expected true to deeply equal false
    at /home/runner/work/Redis-for-VS-Code/Redis-for-VS-Code/tests/e2e/src/tests/setup.ts:73:7
    at Generator.next (<anonymous>)
    at fulfilled (dist/tests/setup.js:5:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

      + expected - actual

      -true
      +false
      

Check failure on line 0 in tests/e2e/mochawesome-report/junit-report.xml

See this annotation in the file changed.

@github-actions github-actions / Test results: E2E (linux) 0th node

Agreements Verification ► Verify that when user checks "Use recommended settings" option on EULA screen, all options (except Licence Terms) are checked ► Agreements Verification Verify that when user checks "Use recommended settings" option on EULA scr...

Failed test found in:
  tests/e2e/mochawesome-report/junit-report.xml
Error:
  AssertionError: Enable Analytics switcher is checked: expected false to deeply equal true
Raw output
AssertionError: Enable Analytics switcher is checked: expected false to deeply equal true
    at /home/runner/work/Redis-for-VS-Code/Redis-for-VS-Code/tests/e2e/src/tests/setup.ts:80:7
    at Generator.next (<anonymous>)
    at fulfilled (dist/tests/setup.js:5:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

      + expected - actual

      -false
      +true