Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: Copy an Existing Graph and Validate the Existence of the New Graph #155

Open
Naseem77 opened this issue Sep 29, 2024 · 0 comments
Open
Assignees

Comments

@Naseem77
Copy link

Title: Copy an Existing Graph and Validate the Existence of the New Graph

Preconditions:

The client must be connected to the database.

Test Steps:

  1. Select the graph 'testGraph'.
  2. Execute a query to create a node.
  3. Copy the graph to a new graph named 'graphcopy'.
  4. Delete the original graph.
  5. List all graphs in the database.
  6. Check if 'graphcopy' is included in the list.
  7. Delete graphcopy

Expected Result: The new graph 'graphcopy' should exist, and the test should pass.

@Naseem77 Naseem77 self-assigned this Sep 29, 2024
@Naseem77 Naseem77 linked a pull request Sep 29, 2024 that will close this issue
@Naseem77 Naseem77 removed a link to a pull request Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant