graphdb-workbench-tests 3.4.0-TR2 → 3.4.0-TR4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Dockerfile +11 -0
- package/cypress-flaky.config.js +6 -20
- package/cypress.config.js +6 -45
- package/fixtures/locale-en.json +3342 -0
- package/fixtures/ttyg/agent/get-agent-defaults.json +2 -9
- package/fixtures/ttyg/chats/ask-question.json +2 -12
- package/fixtures/ttyg/chats/create/create-chat-response.json +14 -10
- package/fixtures/ttyg/chats/explain-response-1.json +48 -2
- package/fixtures/ttyg/chats/get-chat.json +1 -6
- package/{e2e-legacy → integration}/cluster/cluster-states.spec.js +3 -3
- package/{e2e-legacy/explore/class-hierarchy → integration/explore}/class.hierarchy.spec.js +1 -1
- package/{e2e-legacy/explore/class-relationships/class-relationships.spec.js → integration/explore/class.relationships.spec.js} +50 -20
- package/{e2e-legacy/explore/graphs-overview → integration/explore}/graphs.overview.spec.js +4 -4
- package/integration/explore/similarity-index/similarity-index-create.spec.js +333 -0
- package/integration/explore/similarity-index/similarity-index.spec.js +88 -0
- package/integration/explore/similarity-index/similarity.spec.js +628 -0
- package/{e2e-legacy → integration}/explore/visual-graph/graphs-config.spec.js +10 -5
- package/{e2e-legacy → integration}/explore/visual-graph/visual-graph-node-labels.spec.js +2 -14
- package/{e2e-legacy → integration}/explore/visual-graph/visual.graph.spec.js +96 -75
- package/{e2e-legacy → integration}/graphql/create-graphql-endpoint.spec.js +2 -0
- package/{e2e-legacy → integration}/graphql/edit-graphql-enpoint.spec.js +1 -1
- package/{e2e-legacy → integration}/graphql/filter-graphql-endpoints-on-management-view.spec.js +1 -1
- package/{e2e-legacy → integration}/graphql/graphql-endpoint-management-view.spec.js +4 -4
- package/{e2e-legacy → integration}/graphql/graphql-playground.spec.js +1 -1
- package/{e2e-legacy → integration}/graphql/import-graphql-endpoint-definitions.spec.js +6 -0
- package/integration/guides/movies-interactive-guide.spec.js +73 -0
- package/{e2e-legacy/help/guides/star-wars-interactive-guide.spec.js → integration/guides/star-wars-interactive-guide.js} +2 -3
- package/integration/home/cookie-policy.spec.js +90 -0
- package/integration/home/documentation-link.spec.js +60 -0
- package/{e2e-legacy → integration}/home/google-analytics.spec.js +6 -4
- package/{e2e-legacy → integration}/home/language-change.spec.js +2 -2
- package/integration/home/language-selector.spec.js +19 -0
- package/integration/home/rdf-resource-search.spec.js +177 -0
- package/integration/home/view-resource-autocomplete.spec.js +52 -0
- package/integration/home/workbench.home.spec.js +30 -0
- package/{e2e-legacy → integration}/import/import-server-files.spec.js +3 -5
- package/{e2e-legacy → integration}/import/import-user-data-file-upload.spec.js +13 -19
- package/{e2e-legacy → integration}/import/import-user-data-text-snippet.spec.js +2 -0
- package/{e2e-legacy → integration}/import/import-user-data-url.spec.js +23 -0
- package/{e2e-legacy → integration}/import/import-user-data.spec.js +4 -11
- package/{e2e-legacy → integration}/license/license.spec.js +4 -4
- package/{e2e-legacy → integration}/monitor/global-operation-statuses-component.spec.js +5 -12
- package/{e2e-legacy/monitor/backup-and-restore/backup-and-restore.spec.js → integration/monitor/monitor.backup-and-restore.spec.js} +2 -2
- package/integration/monitor/monitor.queries.spec.js +31 -0
- package/{e2e-legacy/monitor/system → integration/monitor}/monitor.resources.spec.js +2 -3
- package/{e2e-legacy → integration}/repository/ontop-repository.spec.js +1 -1
- package/{e2e-legacy → integration}/repository/repositories.spec.js +45 -37
- package/{e2e-legacy → integration}/resource/resource.spec.js +7 -17
- package/{e2e-legacy → integration}/setup/aclmanagement/create-rule.spec.js +0 -4
- package/{e2e-legacy/setup/autocomplete → integration/setup}/autocomplete.spec.js +7 -6
- package/{e2e-legacy → integration}/setup/connectors-lucene.spec.js +10 -26
- package/{e2e-legacy → integration}/setup/jdbc/jdbc-create.spec.js +4 -4
- package/integration/setup/my-settings.spec.js +289 -0
- package/{e2e-legacy/setup/namespaces → integration/setup}/namespaces.spec.js +5 -6
- package/{e2e-legacy/setup/plugins → integration/setup}/plugins.spec.js +3 -3
- package/{e2e-legacy/setup/rdf-rank → integration/setup}/rdf-rank.spec.js +5 -3
- package/{e2e-legacy/setup/sparql-template/sparql-template-create.spec.js → integration/setup/sparql-template-create.js} +8 -16
- package/{e2e-legacy/setup/sparql-template → integration/setup}/sparql-templates.spec.js +4 -4
- package/{e2e-legacy/setup/users-and-access → integration/setup}/user-and-access.spec.js +87 -184
- package/{e2e-legacy → integration}/sparql-editor/actions/expand-results-over-sameas.spec.js +12 -12
- package/{e2e-legacy → integration}/sparql-editor/actions/include-inferred-statements.spec.js +6 -6
- package/{e2e-legacy → integration}/sparql-editor/actions/inferred-sameas.spec.js +8 -10
- package/{e2e-legacy → integration}/sparql-editor/actions/show-saved-queries.spec.js +6 -1
- package/{e2e-legacy → integration}/sparql-editor/saved-query/abort-query.spec.js +1 -1
- package/{e2e-legacy → integration}/sparql-editor/saved-query/edit-query.spec.js +3 -3
- package/{e2e-legacy → integration}/sparql-editor/saved-query/readonly-query.spec.js +24 -15
- package/{e2e-legacy → integration}/sparql-editor/saved-query/share-query.spec.js +1 -32
- package/{e2e-legacy → integration}/sparql-editor/yasgui-tabs.spec.js +12 -2
- package/{e2e-legacy → integration}/sparql-editor/yasr/pagination.spec.js +18 -5
- package/{e2e-legacy → integration}/sparql-editor/yasr/table-plugin.spec.js +6 -1
- package/integration/sparql-editor/yasr/toolbar/visual-graph-button.spec.js +57 -0
- package/{e2e-legacy → integration}/ttyg/agent-list.spec.js +2 -53
- package/{e2e-legacy → integration}/ttyg/agent-select-menu.spec.js +2 -25
- package/{e2e-legacy → integration}/ttyg/chat-list.spec.js +14 -3
- package/{e2e-legacy → integration}/ttyg/chat-panel.spec.js +6 -74
- package/{e2e-legacy → integration}/ttyg/clone-agent.spec.js +2 -24
- package/{e2e-legacy → integration}/ttyg/create-agent.spec.js +66 -37
- package/{e2e-legacy → integration}/ttyg/create-chat.spec.js +4 -6
- package/{e2e-legacy → integration}/ttyg/delete-agent.spec.js +2 -1
- package/integration/ttyg/edit-agent.spec.js +99 -0
- package/{e2e-legacy → integration}/ttyg/ttyg-view.spec.js +2 -2
- package/{e2e-flaky → integration-flaky}/explore/visual.graph.spec.js +1 -4
- package/{e2e-flaky → integration-flaky}/import/import-server-files-operations.spec.js +2 -2
- package/{e2e-flaky → integration-flaky}/import/import-user-data-batch-operations.spec.js +3 -3
- package/{e2e-flaky → integration-flaky}/setup/sparql-template-create.js +18 -10
- package/integration-flaky/setup/users-and-access/security-and-free-access.spec.js +54 -0
- package/{e2e-flaky → integration-flaky}/sparql-editor/actions/execute-update-query.spec.js +12 -2
- package/{e2e-flaky → integration-flaky}/sparql-editor/actions/share-query.spec.js +7 -1
- package/{e2e-flaky → integration-flaky}/sparql-editor/yasr/table-plugin.spec.js +7 -3
- package/{e2e-legacy → integration-flaky}/ttyg/ttyg-permission.spec.js +17 -23
- package/npm-shrinkwrap.json +3815 -11004
- package/package.json +42 -58
- package/plugins/index.js +5 -10
- package/steps/application-steps.js +6 -8
- package/steps/class-views-steps.js +7 -35
- package/steps/cluster/cluster-page-steps.js +2 -12
- package/steps/error-steps.js +3 -15
- package/steps/explore/graphs-overview-steps.js +1 -21
- package/steps/explore/similarity-index-create-steps.js +3 -5
- package/steps/explore/similarity-indexes-steps.js +2 -16
- package/steps/graphql/graphql-endpoint-management-steps.js +2 -2
- package/steps/guides/guide-dialog-steps.js +2 -81
- package/steps/guides/guide-steps.js +2 -54
- package/steps/home-steps.js +77 -184
- package/steps/import/import-resource-message-dialog.js +1 -1
- package/steps/import/import-steps.js +16 -12
- package/steps/import/import-user-data-steps.js +1 -5
- package/steps/language-selector-steps.js +2 -2
- package/steps/license-steps.js +9 -91
- package/steps/login-steps.js +6 -31
- package/steps/main-menu-steps.js +19 -244
- package/steps/modal-dialog-steps.js +1 -32
- package/steps/monitoring/backup-and-restore-steps.js +3 -9
- package/steps/operations-statuses-component-steps.js +10 -5
- package/steps/repository-selector-steps.js +3 -3
- package/steps/repository-steps.js +18 -64
- package/steps/resource/resource-steps.js +2 -6
- package/steps/setup/acl-management-steps.js +2 -6
- package/steps/setup/autocomplete-steps.js +8 -23
- package/steps/setup/jdbc-steps.js +4 -18
- package/steps/setup/namespace-steps.js +7 -10
- package/steps/setup/plugins-steps.js +5 -12
- package/steps/setup/rdf-rank-steps.js +9 -23
- package/steps/setup/settings-steps.js +2 -101
- package/steps/setup/sparql-templates-steps.js +1 -19
- package/steps/setup/user-and-access-steps.js +16 -50
- package/steps/sparql-editor-steps.js +2 -8
- package/steps/sparql-steps.js +1 -13
- package/steps/toaster-steps.js +6 -18
- package/steps/ttyg/chat-panel-steps.js +2 -40
- package/steps/ttyg/ttyg-agent-settings-modal.steps.js +31 -136
- package/steps/ttyg/ttyg-view-steps.js +10 -80
- package/steps/visual-graph-steps.js +10 -106
- package/steps/yasgui/yasgui-loader.js +3 -3
- package/steps/yasgui/yasgui-steps.js +1 -1
- package/steps/yasgui/yasqe-steps.js +4 -35
- package/steps/yasgui/yasr-steps.js +3 -73
- package/stubs/autocomplete/autocomplete-stubs.js +0 -7
- package/stubs/environment-stubs.js +1 -9
- package/stubs/license-stubs.js +0 -51
- package/stubs/repositories/repositories-stubs.js +75 -180
- package/stubs/repositories-stub.js +73 -0
- package/stubs/security-stubs.js +0 -12
- package/stubs/similarity-index-stubs.js +0 -4
- package/stubs/ttyg/ttyg-stubs.js +15 -64
- package/stubs/yasgui/query-stubs.js +1 -5
- package/support/commands.js +1 -22
- package/support/{e2e.js → index.js} +3 -9
- package/support/repository-commands.js +4 -29
- package/support/settings-commands.js +1 -33
- package/support/user-commands.js +4 -9
- package/utils/html-util.js +4 -24
- package/.editorconfig +0 -17
- package/.nycrc +0 -10
- package/cypress-legacy.config.js +0 -47
- package/cypress-security.config.js +0 -36
- package/e2e-flaky/import/import-user-data-url.spec.js +0 -63
- package/e2e-legacy/explore/class-hierarchy/class-hierarchy-with-selected-repository-without-class-hierarchy.spec.js +0 -42
- package/e2e-legacy/explore/class-hierarchy/class-hierarchy-with-selected-repository.spec.js +0 -43
- package/e2e-legacy/explore/class-hierarchy/class-hierarchy-without-selected-repository.spec.js +0 -30
- package/e2e-legacy/explore/class-relationships/class-relationships-repository-with-data.spec.js +0 -42
- package/e2e-legacy/explore/class-relationships/class-relationships-with-selected-repository.spec.js +0 -39
- package/e2e-legacy/explore/class-relationships/class-relationships-without-selected-repository.spec.js +0 -21
- package/e2e-legacy/explore/graphs-overview/initial-state/graphs-overview-with-selected-repository.spec.js +0 -44
- package/e2e-legacy/explore/graphs-overview/initial-state/graphs-overview-without-selected-repository.spec.js +0 -32
- package/e2e-legacy/explore/similarity-index/similarity-index-with-repository.spec.js +0 -38
- package/e2e-legacy/explore/similarity-index/similarity-index-without-repository.spec.js +0 -21
- package/e2e-legacy/explore/visual-graph/node-info-panel.spec.js +0 -58
- package/e2e-legacy/explore/visual-graph/visual-graph-links-limit.spec.js +0 -140
- package/e2e-legacy/explore/visual-graph/visual-graph-with-selected-repository.js +0 -38
- package/e2e-legacy/explore/visual-graph/visual-graph-without-selected-repository.js +0 -21
- package/e2e-legacy/graphql/graphql-endpoint-management-with-endpoints.spec.js +0 -43
- package/e2e-legacy/graphql/graphql-endpoint-management-with-selected-repository.spec.js +0 -39
- package/e2e-legacy/graphql/graphql-endpoint-management-without-selected-repository.spec.js +0 -21
- package/e2e-legacy/graphql/graphql-playground-with-endpoints.spec.js +0 -40
- package/e2e-legacy/graphql/graphql-playground-with-selected-repository.spec.js +0 -38
- package/e2e-legacy/graphql/graphql-playground-without-selected-repository.spec.js +0 -22
- package/e2e-legacy/graphql/graphql-theme.spec.js +0 -73
- package/e2e-legacy/guides/autocomplete/enable-autocomplete-guide.spec.js +0 -49
- package/e2e-legacy/guides/class-hierarcy/class-hierarchy-guide.spec.js +0 -89
- package/e2e-legacy/guides/class-relations/class-relations-guide.spec.js +0 -76
- package/e2e-legacy/guides/connectors/connectors-guide.spec.js +0 -163
- package/e2e-legacy/guides/create-similarity-index/create-similarity-index-guide.spec.js +0 -74
- package/e2e-legacy/guides/download-guide-resource/download-guide-resource-guide.js +0 -55
- package/e2e-legacy/guides/execute-sparql-query/execute-sparql-query-guide.spec.js +0 -92
- package/e2e-legacy/guides/import-rdf-file/confirm-duplicate-rdf-file.spec.js +0 -63
- package/e2e-legacy/guides/import-rdf-file/import-rdf-file.spec.js +0 -105
- package/e2e-legacy/guides/main-menu/main-menu-guide.spec.js +0 -302
- package/e2e-legacy/guides/navigation/navigation-guide.spec.js +0 -64
- package/e2e-legacy/guides/rdf-rank/rdf-rank-guide.spec.js +0 -42
- package/e2e-legacy/guides/repositories/create-repository-guide.spec.js +0 -69
- package/e2e-legacy/guides/table-graph-explore/table-graph-explore-guide.spec.js +0 -167
- package/e2e-legacy/guides/ttyg/configure-agent/configure-agent-guide.spec.js +0 -157
- package/e2e-legacy/guides/ttyg/conversation/ttyg-conversation-guide.spec.js +0 -92
- package/e2e-legacy/guides/ttyg/edit-agent/edit-ttyg-agent-guide.spec.js +0 -88
- package/e2e-legacy/guides/visual-graph/visual-graph-guide.spec.js +0 -372
- package/e2e-legacy/guides/welcome/welcome-guide.spec.js +0 -36
- package/e2e-legacy/help/guides/guides-autostart.spec.js +0 -126
- package/e2e-legacy/help/guides/guides-confirm-cancel-dialog.js +0 -83
- package/e2e-legacy/help/guides/guides-with-repository.spec.js +0 -32
- package/e2e-legacy/help/guides/guides-without-repository.spec.js +0 -20
- package/e2e-legacy/help/guides/movies-interactive-guide.spec.js +0 -71
- package/e2e-legacy/help/rest-api-documentatio/rest-api-documentation-with-repository.spec.js +0 -32
- package/e2e-legacy/help/rest-api-documentatio/rest-api-documentation-without-repository.spec.js +0 -20
- package/e2e-legacy/help/system-information/system-information-with-repository.spec.js +0 -32
- package/e2e-legacy/help/system-information/system-information-without-repository.spec.js +0 -20
- package/e2e-legacy/home/cookie-policy/cookie-policy.spec.js +0 -182
- package/e2e-legacy/home/documentation-link.spec.js +0 -41
- package/e2e-legacy/home/home-page-with-selected-repository.spec.js +0 -69
- package/e2e-legacy/home/home-page-without-repositories.spec.js +0 -87
- package/e2e-legacy/home/home-page-without-selected-repository.spec.js +0 -59
- package/e2e-legacy/home/rdf-resource-search.spec.js +0 -160
- package/e2e-legacy/home/view-resource-autocomplete.spec.js +0 -65
- package/e2e-legacy/import/initial-state/import-page-with-selected-repositor.js +0 -51
- package/e2e-legacy/import/initial-state/import-page-with-selected-repository-without-imported-files.js +0 -45
- package/e2e-legacy/import/initial-state/import-page-without-selected-repository.spec.js +0 -28
- package/e2e-legacy/license/license-with-repository.spec.js +0 -113
- package/e2e-legacy/license/license-without-repository.spec.js +0 -103
- package/e2e-legacy/monitor/backup-and-restore/backup-and-restore-with-repository.spec.js +0 -36
- package/e2e-legacy/monitor/backup-and-restore/backup-and-restore-without-repository.spec.js +0 -25
- package/e2e-legacy/monitor/query-and-updates/queries-and-updates-with-repository.spec.js +0 -39
- package/e2e-legacy/monitor/query-and-updates/queries-and-updates-without-repository.spec.js +0 -21
- package/e2e-legacy/monitor/system/system-monitoring-with-repository.spec.js +0 -32
- package/e2e-legacy/monitor/system/system-monitoring-without-repository.spec.js +0 -20
- package/e2e-legacy/not-found/not-found.spec.js +0 -23
- package/e2e-legacy/repository/url-with-repository-id-parameter.spec.js +0 -181
- package/e2e-legacy/setup/aclmanagement/acl-management-with-selected repository.spec.js +0 -40
- package/e2e-legacy/setup/aclmanagement/acl-management-without-repositories.spec.js +0 -21
- package/e2e-legacy/setup/autocomplete/autocomplete-with-repository.spec.js +0 -40
- package/e2e-legacy/setup/autocomplete/autocomplete-without-repository.spec.js +0 -27
- package/e2e-legacy/setup/cluster/cluster-initial-state-with-cluster.spec.js +0 -34
- package/e2e-legacy/setup/cluster/cluster-initial-state-without-cluster.spec.js +0 -25
- package/e2e-legacy/setup/connectors/connectors-initial-state-with-selected-repository.spec.js +0 -41
- package/e2e-legacy/setup/connectors/connectors-initial-state-without-repositories.spec.js +0 -21
- package/e2e-legacy/setup/jdbc/jdbc-with-repository.spec.js +0 -39
- package/e2e-legacy/setup/jdbc/jdbc-without-repository.spec.js +0 -27
- package/e2e-legacy/setup/namespaces/namespaces-with-repository.spec.js +0 -44
- package/e2e-legacy/setup/namespaces/namespaces-without-repository.spec.js +0 -27
- package/e2e-legacy/setup/plugins/plugins-with-repository.spec.js +0 -38
- package/e2e-legacy/setup/plugins/plugins-without-repository.spec.js +0 -28
- package/e2e-legacy/setup/rdf-rank/rdf-rank-with-repository.spec.js +0 -40
- package/e2e-legacy/setup/rdf-rank/rdf-rank-without-repository.spec.js +0 -30
- package/e2e-legacy/setup/repositories/repositories-view-with-repositories.spec.js +0 -40
- package/e2e-legacy/setup/repositories/repositories-view-without-repositories.spec.js +0 -28
- package/e2e-legacy/setup/settings/my-settings-initial-state.spec.js +0 -86
- package/e2e-legacy/setup/settings/my-settings.spec.js +0 -207
- package/e2e-legacy/setup/sparql-template/sparql-template-with-repository.spec.js +0 -39
- package/e2e-legacy/setup/sparql-template/sparql-template-without-repository.spec.js +0 -29
- package/e2e-legacy/setup/users-and-access/users-and-access-initial-state.spec.js +0 -25
- package/e2e-legacy/sparql-editor/sparql-page-with-selected-repository.spec.js +0 -33
- package/e2e-legacy/sparql-editor/sparql-page-without-selected-repository.spec.js +0 -26
- package/e2e-legacy/sparql-editor/yasqe-themes.spec.js +0 -54
- package/e2e-legacy/sparql-editor/yasr/toolbar/visual-graph-button.spec.js +0 -106
- package/e2e-legacy/sparql-editor/yasr/yasr.spec.js +0 -80
- package/e2e-legacy/ttyg/edit-agent.spec.js +0 -178
- package/e2e-legacy/ttyg/ttyg-initial-state-with-configured-api-key.spec.js +0 -46
- package/e2e-legacy/ttyg/ttyg-initial-state-with-selected-repository.spec.js +0 -45
- package/e2e-legacy/ttyg/ttyg-initial-state-without-repositories.spec.js +0 -21
- package/e2e-security/repository/url-with-repository-id-parameter.spec.js +0 -57
- package/e2e-security/setup/home/cookie-policy.spec.js +0 -290
- package/e2e-security/setup/users-and-access/create-user-permissions.spec.js +0 -193
- package/e2e-security/setup/users-and-access/graphql-user.spec.js +0 -126
- package/e2e-security/setup/users-and-access/repo-admin-role.spec.js +0 -70
- package/e2e-security/setup/users-and-access/turn-on-security-and-password-change.spec.js +0 -99
- package/e2e-security/setup/users-and-access/user-and-access.spec.js +0 -87
- package/e2e-security/setup/users-and-access/users-and-access-initial-state.spec.js +0 -38
- package/eslint.config.js +0 -39
- package/fixtures/graph/graph-configurations.json +0 -59
- package/fixtures/guides/autocomplete/enable-autocomplete-guide.json +0 -12
- package/fixtures/guides/class-hierarchy/class-hierarchy-guide.json +0 -35
- package/fixtures/guides/class-relations/class-relations-guide.json +0 -33
- package/fixtures/guides/confirm-cancel-dialog/confirm-cancel-dialog-guide.json +0 -15
- package/fixtures/guides/connectors/connectors-guide.json +0 -66
- package/fixtures/guides/connectors/lucene-connector-guide.json +0 -120
- package/fixtures/guides/create-repository/create-repository-guide.json +0 -25
- package/fixtures/guides/create-similarity-index/create-similarity-index-guide.json +0 -36
- package/fixtures/guides/download-guide-resource/download-guide-resource-guide.json +0 -25
- package/fixtures/guides/download-resource.ttl +0 -629
- package/fixtures/guides/execute-sparql-query/execute-sparql-query-guide.json +0 -54
- package/fixtures/guides/import-rdf-file/confirm-duplicate-rdf-file-guide.json +0 -30
- package/fixtures/guides/import-rdf-file/import-rdf-file-guide.json +0 -21
- package/fixtures/guides/main-menu/main-menu-guide.json +0 -98
- package/fixtures/guides/navigation/navigation-guide.json +0 -60
- package/fixtures/guides/rdf-rank/rdf-rank-guide.json +0 -18
- package/fixtures/guides/table-graph-explore/table-graph-explore-guide.json +0 -51
- package/fixtures/guides/table-graph-explore/table-graph-explore-without-substeps-guide.json +0 -25
- package/fixtures/guides/ttyg/configure-agent/configure-ttyg-agent-guide.json +0 -74
- package/fixtures/guides/ttyg/conversation/ttyg-conversation-guide.json +0 -26
- package/fixtures/guides/ttyg/edit-ttyg-agent/edit-ttyg-agent-guide.json +0 -22
- package/fixtures/guides/visual-graph/visual-graph-config-guide.json +0 -39
- package/fixtures/guides/visual-graph/visual-graph-guide.json +0 -85
- package/fixtures/guides/welcome/welcome-guide.json +0 -18
- package/fixtures/repositories/free-access.json +0 -13
- package/fixtures/similarity/get-ttyg-similarity-instances.json +0 -10
- package/fixtures/ttyg/agent/get-agent-defaults-assistant-api.json +0 -44
- package/fixtures/ttyg/agent/get-agent-list-with-incompatible-agents.json +0 -79
- package/fixtures/ttyg/agent/get-similarity-indexes-for-another-repo.json +0 -8
- package/fixtures/ttyg/agent/get-similarity-indexes.json +0 -22
- package/fixtures/ttyg/chats/ask-question-cancel.json +0 -12
- package/fixtures/ttyg/chats/cancel-question-response.json +0 -1
- package/fixtures/ttyg/chats/create/question-response-after-chat-creation.json +0 -29
- package/fixtures/ttyg/chats/explain-response-3.json +0 -12
- package/steps/base-steps.js +0 -29
- package/steps/cookie-policy/cookie-consent-banner-steps.js +0 -21
- package/steps/cookie-policy/cookie-policy-modal.steps.js +0 -56
- package/steps/error-page-steps.js +0 -9
- package/steps/explore/class-relationships-steps.js +0 -64
- package/steps/graphql/playground-editor-steps.js +0 -46
- package/steps/header-steps.js +0 -22
- package/steps/monitoring/queries-and-updates-steps.js +0 -20
- package/steps/monitoring/system-monitoring-steps.js +0 -40
- package/steps/not-found/not-found-steps.js +0 -23
- package/steps/rdf-resource-search-steps.js +0 -55
- package/steps/rest-api-documentation-steps.js +0 -15
- package/steps/setup/connectors-steps.js +0 -32
- package/steps/shared-modal-dialog-steps.js +0 -45
- package/steps/system-information-steps.js +0 -70
- package/steps/widgets/active-repository-widget-steps.js +0 -29
- package/steps/widgets/license-widget-steps.js +0 -9
- package/steps/widgets/repository-errors-widget-steps.js +0 -21
- package/steps/widgets/saved-sparql-queries-widget-steps.js +0 -9
- package/stubs/browser-stubs.js +0 -21
- package/stubs/graph-config-stubs.js +0 -17
- package/stubs/guides/guides-stubs.js +0 -103
- package/stubs/saved-queries-stubs.js +0 -5
- package/stubs/sparql-stubs.js +0 -10
- package/support/connector-commands.js +0 -13
- package/support/e2e-security.js +0 -9
- package/support/url-commands.js +0 -13
- package/{e2e-legacy → integration}/cluster/cluster-configuration/cluster-configuration-multi-region.spec.js +0 -0
- package/{e2e-legacy → integration}/cluster/cluster-configuration/cluster-configuration-nodes.spec.js +0 -0
- package/{e2e-legacy → integration}/cluster/cluster-configuration/cluster-configuration-properties.spec.js +0 -0
- package/{e2e-legacy → integration}/cluster/cluster-configuration/cluster-configuration.spec.js +0 -0
- package/{e2e-legacy → integration}/cluster/cluster-legend.spec.js +0 -0
- package/{e2e-legacy → integration}/cluster/edit-cluster-nodes-modal.spec.js +0 -0
- package/{e2e-legacy → integration}/graphql/activate-deactivate-graphql-endpoint.spec.js +0 -0
- package/{e2e-legacy → integration}/graphql/delete-graphql-endpoint.spec.js +0 -0
- package/{e2e-legacy → integration}/graphql/export-graphql-endpoint-definition.spec.js +0 -0
- package/{e2e-legacy → integration}/graphql/set-default-graphql-endpoint.spec.js +0 -0
- package/{e2e-legacy/help/system-information → integration/help}/system-information.spec.js +0 -0
- package/{e2e-legacy → integration}/home/create-repository.spec.js +0 -0
- package/{e2e-legacy → integration}/import/import-server-files-batch-operations.spec.js +0 -0
- package/{e2e-legacy → integration}/import/import-user-data-settings-dialog.spec.js +0 -0
- package/{e2e-legacy → integration}/import/import-view.spec.js +0 -0
- package/{e2e-legacy → integration}/repository/attach-remote-location.spec.js +1 -1
- /package/{e2e-legacy → integration}/repository/repository-commands.spec.js +0 -0
- /package/{e2e-legacy → integration}/setup/aclmanagement/delete-rule.spec.js +0 -0
- /package/{e2e-legacy → integration}/setup/aclmanagement/edit-rule.spec.js +0 -0
- /package/{e2e-legacy → integration}/setup/aclmanagement/render-rules.spec.js +0 -0
- /package/{e2e-legacy → integration}/setup/aclmanagement/reorder-rules.spec.js +0 -0
- /package/{e2e-legacy → integration}/setup/aclmanagement/revert-rules.spec.js +0 -0
- /package/{e2e-legacy → integration}/setup/aclmanagement/scopes.spec.js +0 -0
- /package/{e2e-legacy → integration}/setup/aclmanagement/update-rules.spec.js +0 -0
- /package/{e2e-legacy → integration}/setup/jdbc/jdbc.spec.js +0 -0
- /package/{e2e-legacy → integration}/sparql-editor/actions/execute-query.spec.js +0 -0
- /package/{e2e-legacy → integration}/sparql-editor/actions/save-query.spec.js +0 -0
- /package/{e2e-legacy → integration}/sparql-editor/internationalization.spec.js +0 -0
- /package/{e2e-legacy → integration}/sparql-editor/saved-query/delete-query.spec.js +0 -0
- /package/{e2e-legacy → integration}/sparql-editor/sparql-editor.spec.js +0 -0
- /package/{e2e-legacy → integration}/sparql-editor/yasr/download-as.spec.js +0 -0
- /package/{e2e-flaky → integration-flaky}/import/import.server.files.spec.js +0 -0
- /package/{e2e-flaky → integration-flaky}/sparql-editor/lucene-connector.spec.js +0 -0
- /package/{e2e-flaky → integration-flaky}/sparql-editor/plugins/error-plugin.spec.js +0 -0
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import {MainMenuSteps} from "../../../steps/main-menu-steps";
|
|
2
|
-
import HomeSteps from "../../../steps/home-steps";
|
|
3
|
-
import {VisualGraphSteps} from "../../../steps/visual-graph-steps";
|
|
4
|
-
|
|
5
|
-
describe('Visual Graph with selected repository', () => {
|
|
6
|
-
let repositoryId;
|
|
7
|
-
|
|
8
|
-
beforeEach(() => {
|
|
9
|
-
repositoryId = 'visual-graph-' + Date.now();
|
|
10
|
-
cy.createRepository({id: repositoryId});
|
|
11
|
-
cy.presetRepository(repositoryId);
|
|
12
|
-
});
|
|
13
|
-
|
|
14
|
-
afterEach(() => {
|
|
15
|
-
cy.deleteRepository(repositoryId);
|
|
16
|
-
});
|
|
17
|
-
|
|
18
|
-
it('Should render Visual Graph with selected repository via URL', () => {
|
|
19
|
-
// Given, I visit the Visual Graph page via URL and I have a selected repository
|
|
20
|
-
VisualGraphSteps.visit();
|
|
21
|
-
// Then, I expect to see the Visual Graph with the classes and relationships
|
|
22
|
-
verifyVisualGraphWithSelectedRepository();
|
|
23
|
-
});
|
|
24
|
-
|
|
25
|
-
it('Should render Visual Graph with selected repository via navigation menu', () => {
|
|
26
|
-
// Given, I visit the Visual Graph page via navigation menu and I have a selected repository
|
|
27
|
-
HomeSteps.visit();
|
|
28
|
-
MainMenuSteps.clickOnVisualGraph();
|
|
29
|
-
// Then, I expect to see the Visual Graph with the classes and relationships
|
|
30
|
-
verifyVisualGraphWithSelectedRepository();
|
|
31
|
-
});
|
|
32
|
-
});
|
|
33
|
-
|
|
34
|
-
function verifyVisualGraphWithSelectedRepository() {
|
|
35
|
-
VisualGraphSteps.getSearchField().should('be.visible');
|
|
36
|
-
VisualGraphSteps.getGraphConfigurationsArea().should('be.visible');
|
|
37
|
-
VisualGraphSteps.getSavedGraphsArea().should('be.visible');
|
|
38
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import {MainMenuSteps} from "../../../steps/main-menu-steps";
|
|
2
|
-
import HomeSteps from "../../../steps/home-steps";
|
|
3
|
-
import {ErrorSteps} from "../../../steps/error-steps";
|
|
4
|
-
import {VisualGraphSteps} from "../../../steps/visual-graph-steps";
|
|
5
|
-
|
|
6
|
-
describe('Visual Graph without selected repository', () => {
|
|
7
|
-
it('Should render Visual Graph without selected repository via URL', () => {
|
|
8
|
-
// Given, I visit the Visual Graph page via URL and I don't have any repositories
|
|
9
|
-
VisualGraphSteps.visit();
|
|
10
|
-
// Then
|
|
11
|
-
ErrorSteps.verifyNoConnectedRepoMessage();
|
|
12
|
-
});
|
|
13
|
-
|
|
14
|
-
it('Should render Visual Graph without selected repository via navigation menu', () => {
|
|
15
|
-
// Given, I visit the Visual Graph page via navigation menu and I don't have any repositories
|
|
16
|
-
HomeSteps.visit();
|
|
17
|
-
MainMenuSteps.clickOnVisualGraph();
|
|
18
|
-
// Then
|
|
19
|
-
ErrorSteps.verifyNoConnectedRepoMessage();
|
|
20
|
-
});
|
|
21
|
-
})
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import {GraphqlEndpointManagementSteps} from "../../steps/graphql/graphql-endpoint-management-steps";
|
|
2
|
-
import {MainMenuSteps} from "../../steps/main-menu-steps";
|
|
3
|
-
import HomeSteps from "../../steps/home-steps";
|
|
4
|
-
|
|
5
|
-
describe('GraphQL endpoint management with endpoints', () => {
|
|
6
|
-
let repositoryId;
|
|
7
|
-
|
|
8
|
-
beforeEach(() => {
|
|
9
|
-
repositoryId = 'graphql-endpoint-management-' + Date.now();
|
|
10
|
-
cy.createRepository({id: repositoryId});
|
|
11
|
-
cy.presetRepository(repositoryId);
|
|
12
|
-
cy.importServerFile(repositoryId, 'swapi-dataset.ttl');
|
|
13
|
-
cy.uploadGraphqlSchema(repositoryId, 'graphql/soml/swapi-schema.yaml', 'swapi');
|
|
14
|
-
cy.uploadGraphqlSchema(repositoryId, 'graphql/soml/swapi-schema-film-restricted.yaml', 'swapi');
|
|
15
|
-
});
|
|
16
|
-
|
|
17
|
-
afterEach(() => {
|
|
18
|
-
cy.deleteRepository(repositoryId);
|
|
19
|
-
});
|
|
20
|
-
|
|
21
|
-
it('Should render GraphQL endpoint management with endpoints via URL', () => {
|
|
22
|
-
// Given, I visit the GraphQL endpoint management page via URL and I have endpoints
|
|
23
|
-
GraphqlEndpointManagementSteps.visit();
|
|
24
|
-
// Then, I expect to see the GraphQL endpoint management page
|
|
25
|
-
validateGraphQlEndpointManagementPageWithEndpoints();
|
|
26
|
-
});
|
|
27
|
-
|
|
28
|
-
it('Should render GraphQL endpoint management with endpoints via navigation menu', () => {
|
|
29
|
-
// Given, I visit the GraphQL endpoint management page via navigation menu and I have endpoints
|
|
30
|
-
HomeSteps.visit();
|
|
31
|
-
MainMenuSteps.clickOnEndpointManagement();
|
|
32
|
-
// Then, I expect to see the GraphQL endpoint management page
|
|
33
|
-
validateGraphQlEndpointManagementPageWithEndpoints();
|
|
34
|
-
});
|
|
35
|
-
});
|
|
36
|
-
|
|
37
|
-
function validateGraphQlEndpointManagementPageWithEndpoints() {
|
|
38
|
-
GraphqlEndpointManagementSteps.getCreateEndpointButton().should('be.visible');
|
|
39
|
-
GraphqlEndpointManagementSteps.getImportEndpointSchemaDefinitionButton().should('be.visible');
|
|
40
|
-
GraphqlEndpointManagementSteps.getEndpointFilterField().should('be.visible');
|
|
41
|
-
GraphqlEndpointManagementSteps.getEndpointTable().should('be.visible');
|
|
42
|
-
GraphqlEndpointManagementSteps.getNoEndpointsInRepositoryBanner().should('not.exist');
|
|
43
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import HomeSteps from "../../steps/home-steps";
|
|
2
|
-
import {MainMenuSteps} from "../../steps/main-menu-steps";
|
|
3
|
-
import {GraphqlEndpointManagementSteps} from "../../steps/graphql/graphql-endpoint-management-steps";
|
|
4
|
-
|
|
5
|
-
describe('GraphQL endpoint management with selected repository', () => {
|
|
6
|
-
let repositoryId;
|
|
7
|
-
|
|
8
|
-
beforeEach(() => {
|
|
9
|
-
repositoryId = 'graphql-endpoint-management-' + Date.now();
|
|
10
|
-
cy.createRepository({id: repositoryId});
|
|
11
|
-
cy.presetRepository(repositoryId);
|
|
12
|
-
});
|
|
13
|
-
|
|
14
|
-
afterEach(() => {
|
|
15
|
-
cy.deleteRepository(repositoryId);
|
|
16
|
-
});
|
|
17
|
-
|
|
18
|
-
it('Should render GraphQL endpoint management with selected repository via URL', () => {
|
|
19
|
-
// Given, I visit the GraphQL endpoint management page via URL and I have a selected repository
|
|
20
|
-
GraphqlEndpointManagementSteps.visit();
|
|
21
|
-
// Then, I expect to see the GraphQL endpoint management page
|
|
22
|
-
validateNoEndpointsGraphQlEndpointManagementPage();
|
|
23
|
-
});
|
|
24
|
-
|
|
25
|
-
it('Should render GraphQL endpoint management with selected repository via navigation menu', () => {
|
|
26
|
-
// Given, I visit the GraphQL endpoint management page via navigation menu and I have a selected repository'
|
|
27
|
-
HomeSteps.visit();
|
|
28
|
-
MainMenuSteps.clickOnEndpointManagement();
|
|
29
|
-
// Then, I expect to see the GraphQL endpoint management page
|
|
30
|
-
validateNoEndpointsGraphQlEndpointManagementPage()
|
|
31
|
-
});
|
|
32
|
-
});
|
|
33
|
-
|
|
34
|
-
function validateNoEndpointsGraphQlEndpointManagementPage() {
|
|
35
|
-
GraphqlEndpointManagementSteps.getCreateEndpointButton().should('be.visible');
|
|
36
|
-
GraphqlEndpointManagementSteps.getImportEndpointSchemaDefinitionButton().should('be.visible');
|
|
37
|
-
GraphqlEndpointManagementSteps.getNoEndpointsInRepositoryBanner().should('be.visible');
|
|
38
|
-
}
|
|
39
|
-
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import {ErrorSteps} from "../../steps/error-steps";
|
|
2
|
-
import {GraphqlEndpointManagementSteps} from "../../steps/graphql/graphql-endpoint-management-steps";
|
|
3
|
-
import HomeSteps from "../../steps/home-steps";
|
|
4
|
-
import {MainMenuSteps} from "../../steps/main-menu-steps";
|
|
5
|
-
|
|
6
|
-
describe('GraphQl endpoint management without selected repository', () => {
|
|
7
|
-
it('Should render GraphQL endpoint management page without selected repository via URL', () => {
|
|
8
|
-
// Given, I visit the GraphQL endpoint management page via URL and I haven't selected a repository
|
|
9
|
-
GraphqlEndpointManagementSteps.visit();
|
|
10
|
-
// Then
|
|
11
|
-
ErrorSteps.verifyNoConnectedRepoMessage();
|
|
12
|
-
});
|
|
13
|
-
|
|
14
|
-
it('Should render GraphQL endpoint management without selected repository via navigation menu', () => {
|
|
15
|
-
// Given, I visit the GraphQL endpoint management page via navigation menu and I haven't selected a repository'
|
|
16
|
-
HomeSteps.visit();
|
|
17
|
-
MainMenuSteps.clickOnEndpointManagement();
|
|
18
|
-
// Then
|
|
19
|
-
ErrorSteps.verifyNoConnectedRepoMessage();
|
|
20
|
-
});
|
|
21
|
-
})
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import {MainMenuSteps} from "../../steps/main-menu-steps";
|
|
2
|
-
import HomeSteps from "../../steps/home-steps";
|
|
3
|
-
import {GraphqlPlaygroundSteps} from "../../steps/graphql/graphql-playground-steps";
|
|
4
|
-
|
|
5
|
-
describe('GraphQL playground with endpoints', () => {
|
|
6
|
-
let repositoryId;
|
|
7
|
-
|
|
8
|
-
beforeEach(() => {
|
|
9
|
-
repositoryId = 'graphql-playground-' + Date.now();
|
|
10
|
-
cy.createRepository({id: repositoryId});
|
|
11
|
-
cy.presetRepository(repositoryId);
|
|
12
|
-
cy.importServerFile(repositoryId, 'swapi-dataset.ttl');
|
|
13
|
-
cy.uploadGraphqlSchema(repositoryId, 'graphql/soml/swapi-schema.yaml', 'swapi');
|
|
14
|
-
cy.uploadGraphqlSchema(repositoryId, 'graphql/soml/swapi-schema-film-restricted.yaml', 'swapi');
|
|
15
|
-
});
|
|
16
|
-
|
|
17
|
-
afterEach(() => {
|
|
18
|
-
cy.deleteRepository(repositoryId);
|
|
19
|
-
});
|
|
20
|
-
|
|
21
|
-
it('Should render GraphQL playground with endpoints via URL', () => {
|
|
22
|
-
// Given, I visit the GraphQL playground page via URL and I have endpoints
|
|
23
|
-
GraphqlPlaygroundSteps.visit();
|
|
24
|
-
// Then, I expect to see the GraphQL playground page
|
|
25
|
-
validateGraphQlPlaygroundWithEndpoints();
|
|
26
|
-
});
|
|
27
|
-
|
|
28
|
-
it('Should render GraphQL playground with endpoints via navigation menu', () => {
|
|
29
|
-
// Given, I visit the GraphQL playground page via navigation menu and I have endpoints
|
|
30
|
-
HomeSteps.visit();
|
|
31
|
-
MainMenuSteps.clickOnGraphQLPlayground();
|
|
32
|
-
// Then, I expect to see the GraphQL playground page
|
|
33
|
-
validateGraphQlPlaygroundWithEndpoints();
|
|
34
|
-
});
|
|
35
|
-
});
|
|
36
|
-
|
|
37
|
-
function validateGraphQlPlaygroundWithEndpoints() {
|
|
38
|
-
GraphqlPlaygroundSteps.getEndpointsSelectMenu().should('be.visible');
|
|
39
|
-
GraphqlPlaygroundSteps.getPlayground().should('be.visible');
|
|
40
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import HomeSteps from "../../steps/home-steps";
|
|
2
|
-
import {MainMenuSteps} from "../../steps/main-menu-steps";
|
|
3
|
-
import {GraphqlPlaygroundSteps} from "../../steps/graphql/graphql-playground-steps";
|
|
4
|
-
|
|
5
|
-
describe('GraphQL playground with selected repository', () => {
|
|
6
|
-
let repositoryId;
|
|
7
|
-
|
|
8
|
-
beforeEach(() => {
|
|
9
|
-
repositoryId = 'graphql-playground-' + Date.now();
|
|
10
|
-
cy.createRepository({id: repositoryId});
|
|
11
|
-
cy.presetRepository(repositoryId);
|
|
12
|
-
});
|
|
13
|
-
|
|
14
|
-
afterEach(() => {
|
|
15
|
-
cy.deleteRepository(repositoryId);
|
|
16
|
-
});
|
|
17
|
-
|
|
18
|
-
it('Should render GraphQL playground with selected repository via URL', () => {
|
|
19
|
-
// Given, I visit the GraphQL playground page via URL and I have a selected repository
|
|
20
|
-
GraphqlPlaygroundSteps.visit();
|
|
21
|
-
// Then, I expect to see the GraphQL no schemas alert, because I don't have any endpoints
|
|
22
|
-
validateSelectedRepository();
|
|
23
|
-
});
|
|
24
|
-
|
|
25
|
-
it('Should render GraphQL playground with selected repository via navigation menu', () => {
|
|
26
|
-
// Given, I visit the GraphQL playground page via navigation menu and I have a selected repository'
|
|
27
|
-
HomeSteps.visit();
|
|
28
|
-
MainMenuSteps.clickOnGraphQLPlayground();
|
|
29
|
-
// Then, I expect to see the GraphQL no schemas alert, because I don't have any endpoints
|
|
30
|
-
validateSelectedRepository();
|
|
31
|
-
});
|
|
32
|
-
});
|
|
33
|
-
|
|
34
|
-
function validateSelectedRepository() {
|
|
35
|
-
GraphqlPlaygroundSteps.getNoSchemasAlert()
|
|
36
|
-
.should('be.visible')
|
|
37
|
-
.and('contain', 'No active endpoints found in the current repository. Manage the GraphQL schemas here');
|
|
38
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import {GraphqlPlaygroundSteps} from "../../steps/graphql/graphql-playground-steps";
|
|
2
|
-
import {ErrorSteps} from "../../steps/error-steps";
|
|
3
|
-
import HomeSteps from "../../steps/home-steps";
|
|
4
|
-
import {MainMenuSteps} from "../../steps/main-menu-steps";
|
|
5
|
-
|
|
6
|
-
describe('GraphQl playground without selected repository', () => {
|
|
7
|
-
it('Should render GraphQL playground without selected repository via URL', () => {
|
|
8
|
-
// Given, I visit the GraphQL playground page via URL and I don't have any repositories
|
|
9
|
-
GraphqlPlaygroundSteps.visit();
|
|
10
|
-
// Then
|
|
11
|
-
ErrorSteps.verifyNoConnectedRepoMessage();
|
|
12
|
-
});
|
|
13
|
-
|
|
14
|
-
it('Should render GraphQL playground without selected repository via navigation menu', () => {
|
|
15
|
-
// Given, I visit the GraphQL playground page via navigation menu and I don't have any repositories'
|
|
16
|
-
HomeSteps.visit();
|
|
17
|
-
MainMenuSteps.clickOnGraphQLPlayground();
|
|
18
|
-
// Then
|
|
19
|
-
ErrorSteps.verifyNoConnectedRepoMessage();
|
|
20
|
-
});
|
|
21
|
-
});
|
|
22
|
-
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import {PlaygroundEditorSteps} from "../../steps/graphql/playground-editor-steps.js";
|
|
2
|
-
import {GraphqlPlaygroundSteps} from "../../steps/graphql/graphql-playground-steps.js";
|
|
3
|
-
|
|
4
|
-
describe('Graphiql Editor Themes', () => {
|
|
5
|
-
let repositoryId;
|
|
6
|
-
const THEME_PERSISTENCE_KEY = 'ls.workbench-settings';
|
|
7
|
-
|
|
8
|
-
beforeEach(() => {
|
|
9
|
-
repositoryId = 'graphiql-editor-themes-' + Date.now();
|
|
10
|
-
cy.createRepository({id: repositoryId});
|
|
11
|
-
cy.presetRepository(repositoryId);
|
|
12
|
-
cy.importServerFile(repositoryId, 'swapi-dataset.ttl');
|
|
13
|
-
cy.uploadGraphqlSchema(repositoryId, 'graphql/soml/swapi-schema.yaml', 'swapi');
|
|
14
|
-
cy.uploadGraphqlSchema(repositoryId, 'graphql/soml/swapi-schema-planets.yaml', 'swapi-planets');
|
|
15
|
-
});
|
|
16
|
-
|
|
17
|
-
afterEach(() => {
|
|
18
|
-
cy.deleteRepository(repositoryId);
|
|
19
|
-
});
|
|
20
|
-
|
|
21
|
-
it('should apply the default theme if theme is not persisted in local store', () => {
|
|
22
|
-
// GIVEN: I have opened the workbench and no theme is persisted in local storage.
|
|
23
|
-
|
|
24
|
-
// WHEN: I visit the GraphQL Playground page
|
|
25
|
-
GraphqlPlaygroundSteps.visit();
|
|
26
|
-
// THEN: the default "graphiql" theme class should be applied to the CodeMirror instances.
|
|
27
|
-
verifyTheme('graphiql');
|
|
28
|
-
});
|
|
29
|
-
|
|
30
|
-
it('should apply the light theme if the light theme is persisted in local store', () => {
|
|
31
|
-
// GIVEN: I have opened the workbench and the light theme is persisted in local storage.
|
|
32
|
-
cy.setLocalStorage(THEME_PERSISTENCE_KEY, JSON.stringify({"theme":"default-theme","mode":"light"}));
|
|
33
|
-
|
|
34
|
-
// WHEN: I visit the GraphQL Playground page
|
|
35
|
-
GraphqlPlaygroundSteps.visit();
|
|
36
|
-
// THEN: the default "graphiql" theme class should be applied to the CodeMirror instances.
|
|
37
|
-
verifyTheme('graphiql');
|
|
38
|
-
});
|
|
39
|
-
|
|
40
|
-
it('should apply the moxer theme if the dark theme is persisted in local store', () => {
|
|
41
|
-
// GIVEN: I have opened the workbench and the dark theme is persisted in local storage.
|
|
42
|
-
cy.setLocalStorage(THEME_PERSISTENCE_KEY, JSON.stringify({"theme":"default-theme","mode":"dark"}));
|
|
43
|
-
|
|
44
|
-
/// WHEN: I visit the GraphQL Playground page
|
|
45
|
-
GraphqlPlaygroundSteps.visit();
|
|
46
|
-
// THEN: the "moxer" theme class should be applied to the CodeMirror instances.
|
|
47
|
-
verifyTheme('moxer');
|
|
48
|
-
});
|
|
49
|
-
|
|
50
|
-
it('should not change the theme if the active endpoint is changed', () => {
|
|
51
|
-
// GIVEN: I have opened the workbench and the dark theme is persisted in local storage.
|
|
52
|
-
cy.setLocalStorage(THEME_PERSISTENCE_KEY, JSON.stringify({"theme":"default-theme","mode":"dark"}));
|
|
53
|
-
/// AND: I visit the GraphQL Playground page
|
|
54
|
-
GraphqlPlaygroundSteps.visit();
|
|
55
|
-
//the "moxer" theme class should be applied to the CodeMirror instances.
|
|
56
|
-
verifyTheme('moxer');
|
|
57
|
-
|
|
58
|
-
// WHEN: I change the active endpoint
|
|
59
|
-
GraphqlPlaygroundSteps.selectEndpoint('swapi-planets');
|
|
60
|
-
|
|
61
|
-
// THEN: the theme should not change, and the "moxer" theme class should still be applied to the CodeMirror instances.
|
|
62
|
-
verifyTheme('moxer');
|
|
63
|
-
});
|
|
64
|
-
|
|
65
|
-
const verifyTheme = (theme) => {
|
|
66
|
-
PlaygroundEditorSteps.getResponseCodeMirror().should('have.class', `cm-s-${theme}`);
|
|
67
|
-
PlaygroundEditorSteps.getGraphiqlEditorsCodeMirror().should('have.class', `cm-s-${theme}`);
|
|
68
|
-
PlaygroundEditorSteps.openVariables();
|
|
69
|
-
PlaygroundEditorSteps.getActiveGraphiqlEditorToolCodeMirror().should('have.class', `cm-s-${theme}`);
|
|
70
|
-
PlaygroundEditorSteps.openHeaders();
|
|
71
|
-
PlaygroundEditorSteps.getActiveGraphiqlEditorToolCodeMirror().should('have.class', `cm-s-${theme}`);
|
|
72
|
-
}
|
|
73
|
-
});
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import {GuideSteps} from '../../../steps/guides/guide-steps.js';
|
|
2
|
-
import {GuideDialogSteps} from '../../../steps/guides/guide-dialog-steps.js';
|
|
3
|
-
import {MainMenuSteps} from '../../../steps/main-menu-steps.js';
|
|
4
|
-
import {AutocompleteSteps} from '../../../steps/setup/autocomplete-steps.js';
|
|
5
|
-
import {GuidesStubs} from '../../../stubs/guides/guides-stubs.js';
|
|
6
|
-
|
|
7
|
-
describe('Enable autocomplete guide steps', () => {
|
|
8
|
-
let repositoryId;
|
|
9
|
-
|
|
10
|
-
beforeEach(() => {
|
|
11
|
-
repositoryId = 'enable-autocomplete-guide-' + Date.now();
|
|
12
|
-
GuidesStubs.stubEnableAutocompleteGuide();
|
|
13
|
-
cy.createRepository({id: repositoryId});
|
|
14
|
-
cy.presetRepository(repositoryId);
|
|
15
|
-
|
|
16
|
-
GuideSteps.visit();
|
|
17
|
-
GuideSteps.verifyGuidesListExists();
|
|
18
|
-
cy.wait('@getGuides');
|
|
19
|
-
GuideSteps.runFirstGuide()
|
|
20
|
-
});
|
|
21
|
-
|
|
22
|
-
afterEach(() => {
|
|
23
|
-
cy.deleteRepository(repositoryId);
|
|
24
|
-
});
|
|
25
|
-
|
|
26
|
-
it('Should enable autocomplete', () => {
|
|
27
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Enable autocomplete — 1/5');
|
|
28
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('The following steps show how to use the Autocomplete index view to enable the autocomplete index.');
|
|
29
|
-
GuideDialogSteps.clickOnNextButton();
|
|
30
|
-
|
|
31
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Enable autocomplete — 2/5');
|
|
32
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('Click on the Setup menu.');
|
|
33
|
-
MainMenuSteps.clickOnMenuSetup();
|
|
34
|
-
|
|
35
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Enable autocomplete — 3/5');
|
|
36
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('Click on the Autocomplete menu.');
|
|
37
|
-
MainMenuSteps.clickOnSubmenuAutocomplete();
|
|
38
|
-
|
|
39
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Enable autocomplete — 4/5');
|
|
40
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('Click on the checkbox to enable the index.');
|
|
41
|
-
AutocompleteSteps.enableToggleAutocomplete();
|
|
42
|
-
|
|
43
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Enable autocomplete — 5/5');
|
|
44
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('Wait until indexing finished.');
|
|
45
|
-
|
|
46
|
-
GuideDialogSteps.clickOnCloseButton();
|
|
47
|
-
GuideDialogSteps.assertDialogIsClosed();
|
|
48
|
-
});
|
|
49
|
-
});
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
import {GuideSteps} from '../../../steps/guides/guide-steps.js';
|
|
2
|
-
import {GuideDialogSteps} from '../../../steps/guides/guide-dialog-steps.js';
|
|
3
|
-
import {MainMenuSteps} from '../../../steps/main-menu-steps.js';
|
|
4
|
-
import {GuidesStubs} from '../../../stubs/guides/guides-stubs.js';
|
|
5
|
-
import ClassViewsSteps from '../../../steps/class-views-steps.js';
|
|
6
|
-
|
|
7
|
-
describe('Class hierarchy guide steps', () => {
|
|
8
|
-
let repositoryId;
|
|
9
|
-
const FILE_TO_IMPORT = 'swapi-dataset.ttl';
|
|
10
|
-
|
|
11
|
-
beforeEach(() => {
|
|
12
|
-
repositoryId = 'class-hierarchy-guide-' + Date.now();
|
|
13
|
-
GuidesStubs.stubClassHierarchyGuide();
|
|
14
|
-
cy.createRepository({id: repositoryId});
|
|
15
|
-
cy.presetRepository(repositoryId);
|
|
16
|
-
cy.importServerFile(repositoryId, FILE_TO_IMPORT);
|
|
17
|
-
|
|
18
|
-
GuideSteps.visit();
|
|
19
|
-
GuideSteps.verifyGuidesListExists();
|
|
20
|
-
cy.wait('@getGuides');
|
|
21
|
-
GuideSteps.runFirstGuide();
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
afterEach(() => {
|
|
25
|
-
cy.deleteRepository(repositoryId);
|
|
26
|
-
});
|
|
27
|
-
|
|
28
|
-
it('Should test class hierarchy', () => {
|
|
29
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Class hierarchy instances — 1/7');
|
|
30
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('Click on voc:Sentient to show its instances.');
|
|
31
|
-
ClassViewsSteps.selectClassElement('voc:Sentient');
|
|
32
|
-
|
|
33
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Class hierarchy instances — 2/7');
|
|
34
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('The side panel shows the first 1,000 instances of the clicked class, voc:Sentient.');
|
|
35
|
-
GuideDialogSteps.clickOnNextButton();
|
|
36
|
-
|
|
37
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Class hierarchy instances — 3/7');
|
|
38
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('https://swapi.co/resource/aleena/47 is an instance of the class voc:Sentient.');
|
|
39
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('This is planet');
|
|
40
|
-
GuideDialogSteps.clickOnNextButton();
|
|
41
|
-
|
|
42
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Class hierarchy instances — 4/7');
|
|
43
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('This link shows the number of instances for the selected class, voc:Sentient. Click on the link to open the SPARQL editor with a preloaded query that selects all instances.');
|
|
44
|
-
ClassViewsSteps.clickInstanceCountLink();
|
|
45
|
-
|
|
46
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Class hierarchy instances — 5/7');
|
|
47
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('This SPARQL query selects all instances of the class voc:Sentient. The query was entered automatically when you clicked on the view instances link.');
|
|
48
|
-
GuideDialogSteps.clickOnNextButton();
|
|
49
|
-
|
|
50
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Class hierarchy instances — 6/7');
|
|
51
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('The table shows the results. Note that in this particular case, the query was executed automatically.');
|
|
52
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('Do not worry — there will be a dedicated section on the SPARQL editor later in the guide.');
|
|
53
|
-
GuideDialogSteps.clickOnNextButton();
|
|
54
|
-
|
|
55
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Class hierarchy instances — 7/7');
|
|
56
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('You can close the panel by clicking on the X icon.');
|
|
57
|
-
ClassViewsSteps.closeInfoSidePanel();
|
|
58
|
-
|
|
59
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Explore the class hierarchy — 1/7');
|
|
60
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('The following steps show how to use the Class hierarchy view to inspect the class hierarchy and gain an insight on what the dataset contains.');
|
|
61
|
-
GuideDialogSteps.clickOnNextButton();
|
|
62
|
-
|
|
63
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Explore the class hierarchy — 2/7');
|
|
64
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('Click on the Explore menu.');
|
|
65
|
-
MainMenuSteps.clickOnExplore();
|
|
66
|
-
|
|
67
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Explore the class hierarchy — 3/7');
|
|
68
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('Click on the Class hierarchy menu.');
|
|
69
|
-
MainMenuSteps.clickOnSubmenuClassHierarchy();
|
|
70
|
-
|
|
71
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Explore the class hierarchy — 4/7');
|
|
72
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('The biggest circle shows all top-level classes. Every class may have subclasses shown as smaller circles within their parent class. The size of each circle indicates the proportion of RDF resources that belong to that class. Thus, bigger circles are classes that have more instances.');
|
|
73
|
-
GuideDialogSteps.clickOnNextButton();
|
|
74
|
-
|
|
75
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Explore the class hierarchy — 5/7');
|
|
76
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('This is some extra content here');
|
|
77
|
-
GuideDialogSteps.clickOnNextButton();
|
|
78
|
-
|
|
79
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Explore the class hierarchy — 6/7');
|
|
80
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('The class voc:Sentient is a parent class that has subclasses. Zoom inside to have a better view by scrolling up with the mouse inside the circle.');
|
|
81
|
-
GuideDialogSteps.clickOnNextButton();
|
|
82
|
-
|
|
83
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Explore the class hierarchy — 7/7');
|
|
84
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('Within voc:Sentient are subclasses like voc:Human (humanoids), voc:Droid (mechanical intelligences), voc:Gungan (the Gungan species), and voc:Yodasspecies (Yoda’s lineage), highlighting the diverse forms of sentient life.');
|
|
85
|
-
|
|
86
|
-
GuideDialogSteps.clickOnCloseButton();
|
|
87
|
-
GuideDialogSteps.assertDialogIsClosed();
|
|
88
|
-
});
|
|
89
|
-
});
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import {GuideSteps} from '../../../steps/guides/guide-steps.js';
|
|
2
|
-
import {GuideDialogSteps} from '../../../steps/guides/guide-dialog-steps.js';
|
|
3
|
-
import {MainMenuSteps} from '../../../steps/main-menu-steps.js';
|
|
4
|
-
import {GuidesStubs} from '../../../stubs/guides/guides-stubs.js';
|
|
5
|
-
|
|
6
|
-
describe('Class relations guide steps', () => {
|
|
7
|
-
let repositoryId;
|
|
8
|
-
const FILE_TO_IMPORT = 'swapi-dataset.ttl';
|
|
9
|
-
const SECOND_FILE_TO_IMPORT = 'wine.rdf';
|
|
10
|
-
|
|
11
|
-
beforeEach(() => {
|
|
12
|
-
repositoryId = 'class-relations-guide-' + Date.now();
|
|
13
|
-
GuidesStubs.stubClassRelationsGuide();
|
|
14
|
-
cy.createRepository({id: repositoryId});
|
|
15
|
-
cy.presetRepository(repositoryId);
|
|
16
|
-
cy.importServerFile(repositoryId, FILE_TO_IMPORT);
|
|
17
|
-
cy.importServerFile(repositoryId, SECOND_FILE_TO_IMPORT, {context: 'http://wine.org/'});
|
|
18
|
-
|
|
19
|
-
GuideSteps.visit();
|
|
20
|
-
GuideSteps.verifyGuidesListExists();
|
|
21
|
-
cy.wait('@getGuides');
|
|
22
|
-
GuideSteps.runFirstGuide();
|
|
23
|
-
});
|
|
24
|
-
|
|
25
|
-
afterEach(() => {
|
|
26
|
-
cy.deleteRepository(repositoryId);
|
|
27
|
-
});
|
|
28
|
-
|
|
29
|
-
it('Should test class relations guide steps', () => {
|
|
30
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Explore the class relationships — 1/5');
|
|
31
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('The following steps show how to use the Class relationships view to explore how classes are connected and understand the relationships between different types of data in your dataset.');
|
|
32
|
-
GuideDialogSteps.clickOnNextButton();
|
|
33
|
-
|
|
34
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Explore the class relationships — 2/5');
|
|
35
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('Click on the Explore menu.');
|
|
36
|
-
MainMenuSteps.clickOnExplore();
|
|
37
|
-
|
|
38
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Explore the class relationships — 3/5');
|
|
39
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('Click on the Class relationships menu.');
|
|
40
|
-
MainMenuSteps.clickOnSubmenuClassRelationships();
|
|
41
|
-
|
|
42
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Explore the class relationships — 4/5');
|
|
43
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('This view shows how data instances from different classes are connected based on real RDF statements.');
|
|
44
|
-
GuideDialogSteps.clickOnNextButton();
|
|
45
|
-
|
|
46
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Explore the class relationships — 5/5');
|
|
47
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('Some extra info');
|
|
48
|
-
GuideDialogSteps.clickOnNextButton();
|
|
49
|
-
|
|
50
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Class relationships');
|
|
51
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('Each connection line varies in thickness based on the number of links, color based on the class with more incoming links, and direction as links may go both ways (from class A to class B and vice versa).');
|
|
52
|
-
GuideDialogSteps.clickOnNextButton();
|
|
53
|
-
|
|
54
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Class relationships');
|
|
55
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('Click on any connection line in the diagram to see the top predicates used between those two classes. This helps to understand what kind of relationships link them.');
|
|
56
|
-
GuideDialogSteps.clickOnNextButton();
|
|
57
|
-
|
|
58
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Class relationships');
|
|
59
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('If the repository contains more than one named graph, you can filter the view by opening the All graphs dropdown (next to the toolbar) and selecting the graph to explore.');
|
|
60
|
-
GuideDialogSteps.clickOnNextButton();
|
|
61
|
-
|
|
62
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Class relationships');
|
|
63
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('The left panel shows all classes, sorted by number of links, displaying both incoming and outgoing connections.');
|
|
64
|
-
GuideDialogSteps.clickOnNextButton();
|
|
65
|
-
|
|
66
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Class relationships');
|
|
67
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('A green background behind a class name in the list indicates that it is currently shown in the diagram.');
|
|
68
|
-
GuideDialogSteps.clickOnNextButton();
|
|
69
|
-
|
|
70
|
-
GuideDialogSteps.assertDialogWithTitleIsVisible('Class relationships');
|
|
71
|
-
GuideDialogSteps.assertDialogWithContentIsVisible('Use the + / – icons next to each class name to add or remove it from the diagram display.');
|
|
72
|
-
|
|
73
|
-
GuideDialogSteps.clickOnCloseButton();
|
|
74
|
-
GuideDialogSteps.assertDialogIsClosed();
|
|
75
|
-
});
|
|
76
|
-
});
|