Skip to content

e2e/bugfix/fix-e2e #107

e2e/bugfix/fix-e2e

e2e/bugfix/fix-e2e #107

GitHub Actions / Test results: E2E (linux) 1th node succeeded Dec 18, 2024 in 1s

45 passed, 4 failed and 0 skipped

Tests failed

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

49 tests were completed in 1314s with 45 passed, 4 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Formatters 27✅ 4❌ 1090s

❌ Formatters

Verify that user can see highlighted key details in JSON format
  ✅ Formatters Verify that user can see highlighted key details in JSON format
Verify that user can see highlighted key details in PHP serialized format
  ✅ Formatters Verify that user can see highlighted key details in PHP serialized format
Verify that user can see highlighted key details in Msgpack format
  ✅ Formatters Verify that user can see highlighted key details in Msgpack format
Verify that user can see highlighted key details in Protobuf format
  ✅ Formatters Verify that user can see highlighted key details in Protobuf format
Verify that user can see highlighted key details in Java serialized format
  ✅ Formatters Verify that user can see highlighted key details in Java serialized format
Verify that user can see highlighted key details in Pickle format
  ✅ Formatters Verify that user can see highlighted key details in Pickle format
Verify that user can see highlighted key details in Vector 32-bit format
  ✅ Formatters Verify that user can see highlighted key details in Vector 32-bit format
Verify that user can see highlighted key details in Vector 64-bit format
  ✅ Formatters Verify that user can see highlighted key details in Vector 64-bit format
Verify that user can edit the values in the key regardless if they are valid in JSON format or not
  ✅ Formatters Verify that user can edit the values in the key regardless if they are valid in JSON format or not
Verify that user can edit the values in the key regardless if they are valid in Msgpack format or not
  ✅ Formatters Verify that user can edit the values in the key regardless if they are valid in Msgpack format or not
Verify that user can edit the values in the key regardless if they are valid in PHP serialized format or not
  ✅ Formatters Verify that user can edit the values in the key regardless if they are valid in PHP serialized format or not
Verify that user can see tooltip with convertion failed message on hover when data is not valid JSON
  ✅ Formatters Verify that user can see tooltip with convertion failed message on hover when data is not valid JSON
Verify that user can see tooltip with convertion failed message on hover when data is not valid Msgpack
  ✅ Formatters Verify that user can see tooltip with convertion failed message on hover when data is not valid Msgpack
Verify that user can see tooltip with convertion failed message on hover when data is not valid Protobuf
  ✅ Formatters Verify that user can see tooltip with convertion failed message on hover when data is not valid Protobuf
Verify that user can see tooltip with convertion failed message on hover when data is not valid PHP serialized
  ✅ Formatters Verify that user can see tooltip with convertion failed message on hover when data is not valid PHP serialized
Verify that user can see tooltip with convertion failed message on hover when data is not valid Java serialized
  ✅ Formatters Verify that user can see tooltip with convertion failed message on hover when data is not valid Java serialized
Verify that user can see tooltip with convertion failed message on hover when data is not valid Pickle
  ✅ Formatters Verify that user can see tooltip with convertion failed message on hover when data is not valid Pickle
Verify that user can see tooltip with convertion failed message on hover when data is not valid Vector 32-bit
  ✅ Formatters Verify that user can see tooltip with convertion failed message on hover when data is not valid Vector 32-bit
Verify that user can see tooltip with convertion failed message on hover when data is not valid Vector 64-bit
  ✅ Formatters Verify that user can see tooltip with convertion failed message on hover when data is not valid Vector 64-bit
Verify that user can see key details converted to ASCII format
  ✅ Formatters Verify that user can see key details converted to ASCII format
Verify that user can edit value for Hash field in ASCII and convert then to another format
  ✅ Formatters Verify that user can edit value for Hash field in ASCII and convert then to another format
Verify that user can see key details converted to HEX format
  ✅ Formatters Verify that user can see key details converted to HEX format
Verify that user can edit value for Hash field in HEX and convert then to another format
  ✅ Formatters Verify that user can edit value for Hash field in HEX and convert then to another format
Verify that user can see key details converted to Binary format
  ✅ Formatters Verify that user can see key details converted to Binary format
Verify that user can edit value for Hash field in Binary and convert then to another format
  ✅ Formatters Verify that user can edit value for Hash field in Binary and convert then to another format
Verify that user can format different data types of PHP serialized
  ✅ Formatters Verify that user can format different data types of PHP serialized
Verify that user see edit icon disabled for all keys when Protobuf selected
  ✅ Formatters Verify that user see edit icon disabled for all keys when Protobuf selected
Verify that user see edit icon disabled for all keys when Java serialized selected
  ❌ Formatters Verify that user see edit icon disabled for all keys when Java serialized selected
	AssertionError: Key string is enabled for Java serialized formatter: expected false to deeply equal true
Verify that user see edit icon disabled for all keys when Pickle selected
  ❌ Formatters Verify that user see edit icon disabled for all keys when Pickle selected
	AssertionError: Key string is enabled for Pickle formatter: expected false to deeply equal true
Verify that user see edit icon disabled for all keys when Vector 32-bit selected
  ❌ Formatters Verify that user see edit icon disabled for all keys when Vector 32-bit selected
	AssertionError: Key string is enabled for Vector 32-bit formatter: expected false to deeply equal true
Verify that user see edit icon disabled for all keys when Vector 64-bit selected
  ❌ Formatters Verify that user see edit icon disabled for all keys when Vector 64-bit selected
	AssertionError: Key string is enabled for Vector 64-bit formatter: expected false to deeply equal true

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) 1th node

Formatters ► Verify that user see edit icon disabled for all keys when Java serialized selected ► Formatters Verify that user see edit icon disabled for all keys when Java serialized selected

Failed test found in:
  tests/e2e/mochawesome-report/junit-report.xml
Error:
  AssertionError: Key string is enabled for Java serialized formatter: expected false to deeply equal true
Raw output
AssertionError: Key string is enabled for Java serialized formatter: expected false to deeply equal true
    at Context.<anonymous> (src/tests/browser/formatters.e2e.ts:543:76)
    at Generator.next (<anonymous>)
    at fulfilled (dist/tests/browser/formatters.e2e.js:5:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

      + expected - actual

      -false
      +true
      

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) 1th node

Formatters ► Verify that user see edit icon disabled for all keys when Pickle selected ► Formatters Verify that user see edit icon disabled for all keys when Pickle selected

Failed test found in:
  tests/e2e/mochawesome-report/junit-report.xml
Error:
  AssertionError: Key string is enabled for Pickle formatter: expected false to deeply equal true
Raw output
AssertionError: Key string is enabled for Pickle formatter: expected false to deeply equal true
    at Context.<anonymous> (src/tests/browser/formatters.e2e.ts:543:76)
    at Generator.next (<anonymous>)
    at fulfilled (dist/tests/browser/formatters.e2e.js:5:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

      + expected - actual

      -false
      +true
      

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) 1th node

Formatters ► Verify that user see edit icon disabled for all keys when Vector 32-bit selected ► Formatters Verify that user see edit icon disabled for all keys when Vector 32-bit selected

Failed test found in:
  tests/e2e/mochawesome-report/junit-report.xml
Error:
  AssertionError: Key string is enabled for Vector 32-bit formatter: expected false to deeply equal true
Raw output
AssertionError: Key string is enabled for Vector 32-bit formatter: expected false to deeply equal true
    at Context.<anonymous> (src/tests/browser/formatters.e2e.ts:543:76)
    at Generator.next (<anonymous>)
    at fulfilled (dist/tests/browser/formatters.e2e.js:5:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

      + expected - actual

      -false
      +true
      

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) 1th node

Formatters ► Verify that user see edit icon disabled for all keys when Vector 64-bit selected ► Formatters Verify that user see edit icon disabled for all keys when Vector 64-bit selected

Failed test found in:
  tests/e2e/mochawesome-report/junit-report.xml
Error:
  AssertionError: Key string is enabled for Vector 64-bit formatter: expected false to deeply equal true
Raw output
AssertionError: Key string is enabled for Vector 64-bit formatter: expected false to deeply equal true
    at Context.<anonymous> (src/tests/browser/formatters.e2e.ts:543:76)
    at Generator.next (<anonymous>)
    at fulfilled (dist/tests/browser/formatters.e2e.js:5:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

      + expected - actual

      -false
      +true