increase timeout for element visibility #113
0 passed, 17 failed and 0 skipped
❌ tests/e2e/mochawesome-report/junit-report.xml
17 tests were completed in 180s with 0 passed, 17 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Add database | 1❌ | 9s | ||
Add JSON Key verification | 2❌ | 20s | ||
Agreements Verification | 1❌ | 20s | ||
Filtering per key name | 2❌ | 20s | ||
Filtering per key name in DB with 10 millions of keys | 2❌ | 20s | ||
JSON Key verification | 2❌ | 20s | ||
List Key multiple value verification | 2❌ | 20s | ||
Settings | 2❌ | 18s | ||
Tree view verifications | 1❌ | 4s | ||
TTL values in Keys Table | 2❌ | 20s |
❌ Add database
"before each" hook for "Verify that user can add Standalone Database"
❌ Add database "before each" hook for "Verify that user can add Standalone Database"
Error: Unable to switch to inner view iframe after multiple attempts
❌ Add JSON Key verification
"before all" hook for "Verify that user can create different types(string, number, null, array, boolean) of JSON"
❌ Add JSON Key verification "before all" hook for "Verify that user can create different types(string, number, null, array, boolean) of JSON"
Error: Server is not ready after 20000
"after all" hook for "Verify that user can insert a JSON from .json file on the form to add a JSON key"
❌ Add JSON Key verification "after all" hook for "Verify that user can insert a JSON from .json file on the form to add a JSON key"
Error: Failed to send GET request: Error: ECONNREFUSED: Connection refused
❌ Agreements Verification
"before all" hook for "Verify that user should accept User Agreements to continue working with the application"
❌ Agreements Verification "before all" hook for "Verify that user should accept User Agreements to continue working with the application"
Error: Server is not ready after 20000
❌ Filtering per key name
"before all" hook for "Verify that user can search per full key name"
❌ Filtering per key name "before all" hook for "Verify that user can search per full key name"
Error: Server is not ready after 20000
"after all" hook for "Verify that when user clicks on “clear” control with no filter per key name applied all characters and filter per key type are removed"
❌ Filtering per key name "after all" hook for "Verify that when user clicks on “clear” control with no filter per key name applied all characters and filter per key type are removed"
Error: Failed to send GET request: Error: ECONNREFUSED: Connection refused
❌ Filtering per key name in DB with 10 millions of keys
"before all" hook for "Verify that user can filter per exact key without using any patterns in DB with 10 millions of keys"
❌ Filtering per key name in DB with 10 millions of keys "before all" hook for "Verify that user can filter per exact key without using any patterns in DB with 10 millions of keys"
Error: Server is not ready after 20000
"after all" hook for "Verify that user can filter per key name using patterns in DB with 10-50 millions of keys"
❌ Filtering per key name in DB with 10 millions of keys "after all" hook for "Verify that user can filter per key name using patterns in DB with 10-50 millions of keys"
Error: Failed to send GET request: Error: ECONNREFUSED: Connection refused
❌ JSON Key verification
"before all" hook for "Verify that user can add key with value to any level of JSON structure"
❌ JSON Key verification "before all" hook for "Verify that user can add key with value to any level of JSON structure"
Error: Server is not ready after 20000
"after all" hook for "Verify user can delete JSON key"
❌ JSON Key verification "after all" hook for "Verify user can delete JSON key"
Error: Failed to send GET request: Error: ECONNREFUSED: Connection refused
❌ List Key multiple value verification
"before all" hook for "Verify that user can edit a multiple fields"
❌ List Key multiple value verification "before all" hook for "Verify that user can edit a multiple fields"
Error: Server is not ready after 20000
"after all" hook for "Verify that user can add a multiple fields"
❌ List Key multiple value verification "after all" hook for "Verify that user can add a multiple fields"
Error: Failed to send GET request: Error: ECONNREFUSED: Connection refused
❌ Settings
"before all" hook for "Verify that user can turn on/off Analytics in Settings in the application"
❌ Settings "before all" hook for "Verify that user can turn on/off Analytics in Settings in the application"
TimeoutError: Waiting for element to be located By(xpath, //a[@aria-label='Open Redis for VS Code settings'])
"after all" hook for "Verify that when user changes the delimiter and clicks on Save button delimiter is applied"
❌ Settings "after all" hook for "Verify that when user changes the delimiter and clicks on Save button delimiter is applied"
TimeoutError: Waiting for element to be located By(xpath, //a[@aria-label='Open Redis for VS Code settings'])
❌ Tree view verifications
"before all" hook for "Verify that if there are keys without namespaces, they are displayed in the root directory after all folders by default in the Tree view"
❌ Tree view verifications "before all" hook for "Verify that if there are keys without namespaces, they are displayed in the root directory after all folders by default in the Tree view"
ElementClickInterceptedError: element click intercepted: Element <div class="_databaseName_1a5lt_1" aria-describedby="popup-19">...</div> is not clickable at point (142, 254). Other element would receive the click: <div class="_nodeContent_9a7mk_9 group" role="treeitem" tabindex="0" data-testid="node-item_device:">...</div>
❌ TTL values in Keys Table
"before all" hook for "Verify that Key is deleted if TTL finishes"
❌ TTL values in Keys Table "before all" hook for "Verify that Key is deleted if TTL finishes"
Error: Server is not ready after 20000
"after all" hook for "Verify that user can see TTL in the list of keys rounded down to the nearest unit"
❌ TTL values in Keys Table "after all" hook for "Verify that user can see TTL in the list of keys rounded down to the nearest unit"
Error: Failed to send GET request: Error: ECONNREFUSED: Connection refused
Annotations
Check failure on line 0 in tests/e2e/mochawesome-report/junit-report.xml
github-actions / Test results: E2E (linux) 3th node
Add database ► "before each" hook for "Verify that user can add Standalone Database" ► Add database "before each" hook for "Verify that user can add Standalone Database"
Failed test found in:
tests/e2e/mochawesome-report/junit-report.xml
Error:
Error: Unable to switch to inner view iframe after multiple attempts
Raw output
Error: Unable to switch to inner view iframe after multiple attempts
at AddDatabaseView.<anonymous> (src/page-objects/components/WebView.ts:109:11)
at Generator.next (<anonymous>)
at fulfilled (dist/page-objects/components/WebView.js:5:58)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
Check failure on line 0 in tests/e2e/mochawesome-report/junit-report.xml
github-actions / Test results: E2E (linux) 3th node
Add JSON Key verification ► "before all" hook for "Verify that user can create different types(string, number, null, array, boolean) of JSON" ► Add JSON Key verification "before all" hook for "Verify that user can create different types(string, number,...
Failed test found in:
tests/e2e/mochawesome-report/junit-report.xml
Error:
Error: Server is not ready after 20000
Raw output
Error: Server is not ready after 20000
at Function.<anonymous> (src/helpers/common-actions/ServerActions.ts:27:11)
at Generator.next (<anonymous>)
at fulfilled (dist/helpers/common-actions/ServerActions.js:5:58)
Check failure on line 0 in tests/e2e/mochawesome-report/junit-report.xml
github-actions / Test results: E2E (linux) 3th node
Add JSON Key verification ► "after all" hook for "Verify that user can insert a JSON from .json file on the form to add a JSON key" ► Add JSON Key verification "after all" hook for "Verify that user can insert a JSON from .json file on the form to add ...
Failed test found in:
tests/e2e/mochawesome-report/junit-report.xml
Error:
Error: Failed to send GET request: Error: ECONNREFUSED: Connection refused
Raw output
Error: Failed to send GET request: Error: ECONNREFUSED: Connection refused
at Function.<anonymous> (src/helpers/api/CommonApi.ts:20:13)
at Generator.throw (<anonymous>)
at rejected (dist/helpers/api/CommonApi.js:6:65)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
Check failure on line 0 in tests/e2e/mochawesome-report/junit-report.xml
github-actions / Test results: E2E (linux) 3th node
Agreements Verification ► "before all" hook for "Verify that user should accept User Agreements to continue working with the application" ► Agreements Verification "before all" hook for "Verify that user should accept User Agreements to continue workin...
Failed test found in:
tests/e2e/mochawesome-report/junit-report.xml
Error:
Error: Server is not ready after 20000
Raw output
Error: Server is not ready after 20000
at Function.<anonymous> (src/helpers/common-actions/ServerActions.ts:27:11)
at Generator.next (<anonymous>)
at fulfilled (dist/helpers/common-actions/ServerActions.js:5:58)
Check failure on line 0 in tests/e2e/mochawesome-report/junit-report.xml
github-actions / Test results: E2E (linux) 3th node
Filtering per key name ► "before all" hook for "Verify that user can search per full key name" ► Filtering per key name "before all" hook for "Verify that user can search per full key name"
Failed test found in:
tests/e2e/mochawesome-report/junit-report.xml
Error:
Error: Server is not ready after 20000
Raw output
Error: Server is not ready after 20000
at Function.<anonymous> (src/helpers/common-actions/ServerActions.ts:27:11)
at Generator.next (<anonymous>)
at fulfilled (dist/helpers/common-actions/ServerActions.js:5:58)
Check failure on line 0 in tests/e2e/mochawesome-report/junit-report.xml
github-actions / Test results: E2E (linux) 3th node
Filtering per key name ► "after all" hook for "Verify that when user clicks on “clear” control with no filter per key name applied all characters and filter per key type are removed" ► Filtering per key name "after all" hook for "Verify that when user ...
Failed test found in:
tests/e2e/mochawesome-report/junit-report.xml
Error:
Error: Failed to send GET request: Error: ECONNREFUSED: Connection refused
Raw output
Error: Failed to send GET request: Error: ECONNREFUSED: Connection refused
at Function.<anonymous> (src/helpers/api/CommonApi.ts:20:13)
at Generator.throw (<anonymous>)
at rejected (dist/helpers/api/CommonApi.js:6:65)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
Check failure on line 0 in tests/e2e/mochawesome-report/junit-report.xml
github-actions / Test results: E2E (linux) 3th node
Filtering per key name in DB with 10 millions of keys ► "before all" hook for "Verify that user can filter per exact key without using any patterns in DB with 10 millions of keys" ► Filtering per key name in DB with 10 millions of keys "before all" hoo...
Failed test found in:
tests/e2e/mochawesome-report/junit-report.xml
Error:
Error: Server is not ready after 20000
Raw output
Error: Server is not ready after 20000
at Function.<anonymous> (src/helpers/common-actions/ServerActions.ts:27:11)
at Generator.next (<anonymous>)
at fulfilled (dist/helpers/common-actions/ServerActions.js:5:58)
Check failure on line 0 in tests/e2e/mochawesome-report/junit-report.xml
github-actions / Test results: E2E (linux) 3th node
Filtering per key name in DB with 10 millions of keys ► "after all" hook for "Verify that user can filter per key name using patterns in DB with 10-50 millions of keys" ► Filtering per key name in DB with 10 millions of keys "after all" hook for "Verif...
Failed test found in:
tests/e2e/mochawesome-report/junit-report.xml
Error:
Error: Failed to send GET request: Error: ECONNREFUSED: Connection refused
Raw output
Error: Failed to send GET request: Error: ECONNREFUSED: Connection refused
at Function.<anonymous> (src/helpers/api/CommonApi.ts:20:13)
at Generator.throw (<anonymous>)
at rejected (dist/helpers/api/CommonApi.js:6:65)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
Check failure on line 0 in tests/e2e/mochawesome-report/junit-report.xml
github-actions / Test results: E2E (linux) 3th node
JSON Key verification ► "before all" hook for "Verify that user can add key with value to any level of JSON structure" ► JSON Key verification "before all" hook for "Verify that user can add key with value to any level of JSON structure"
Failed test found in:
tests/e2e/mochawesome-report/junit-report.xml
Error:
Error: Server is not ready after 20000
Raw output
Error: Server is not ready after 20000
at Function.<anonymous> (src/helpers/common-actions/ServerActions.ts:27:11)
at Generator.next (<anonymous>)
at fulfilled (dist/helpers/common-actions/ServerActions.js:5:58)
Check failure on line 0 in tests/e2e/mochawesome-report/junit-report.xml
github-actions / Test results: E2E (linux) 3th node
JSON Key verification ► "after all" hook for "Verify user can delete JSON key" ► JSON Key verification "after all" hook for "Verify user can delete JSON key"
Failed test found in:
tests/e2e/mochawesome-report/junit-report.xml
Error:
Error: Failed to send GET request: Error: ECONNREFUSED: Connection refused
Raw output
Error: Failed to send GET request: Error: ECONNREFUSED: Connection refused
at Function.<anonymous> (src/helpers/api/CommonApi.ts:20:13)
at Generator.throw (<anonymous>)
at rejected (dist/helpers/api/CommonApi.js:6:65)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
Check failure on line 0 in tests/e2e/mochawesome-report/junit-report.xml
github-actions / Test results: E2E (linux) 3th node
List Key multiple value verification ► "before all" hook for "Verify that user can edit a multiple fields" ► List Key multiple value verification "before all" hook for "Verify that user can edit a multiple fields"
Failed test found in:
tests/e2e/mochawesome-report/junit-report.xml
Error:
Error: Server is not ready after 20000
Raw output
Error: Server is not ready after 20000
at Function.<anonymous> (src/helpers/common-actions/ServerActions.ts:27:11)
at Generator.next (<anonymous>)
at fulfilled (dist/helpers/common-actions/ServerActions.js:5:58)