Skip to content

Instantly share code, notes, and snippets.

@whikloj
Created April 8, 2016 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whikloj/b0e177f22b1bf3216b3f966579c8dfa5 to your computer and use it in GitHub Desktop.
Save whikloj/b0e177f22b1bf3216b3f966579c8dfa5 to your computer and use it in GitHub Desktop.
Fedora 4.5.1-RC-2 HTML UI Release Testing
With WebAC enabled
Chrome version 49.0.2623.110 (64-bit) - Chrome required a Shift-Reload for properties to appear in some situations
Firefox version 45.0.1 - Threw errors related to version creation (FCREPO-1981), however going Back and Reloading the
page reveals the versions were created properly and could be dealt with.
Steps executed for each browser.
1. Create a container (OK)
2. Create a nested container (OK)
3. Create a binary inside the nested container (OK)
4. Create a version of the binary (OK)
5. Add a dc:title to the binary (OK)
6. Create another version of the binary (OK)
7. Update the dc:title on the binary (OK)
8. Create a version of the top container (OK)
9. Delete the current version, received error (OK)
10. Reverted to previous version of binary (OK)
11. Deleted second version of binary (OK)
12. Deleted binary (OK)
13. Reverted to previous version of container (step 2) (OK)
14. Reverted to previous version of binary. (OK)
15. Deleted binary again (OK)
16. Deleted top container (OK)
17. Start a transaction (OK)
18. Create a container. (OK)
19. Update the dc:title on container. (OK)
20. Create a version of the container. (OK)
21. Create a binary (OK)
22. Update the binary with a new image. (OK)
23. Ensure another browser cannot see the new resources. (OK)
24. Commit the transaction (OK)
25. Ensure another browser can see the new resources. (OK)
26. Delete the container. (OK)
27. Start a transaction. (OK)
28. Create a container with the same name as before, receive tombstone warning. (OK)
29. Create a new container. (OK)
30. Update dc:title on container. (OK)
31. Add a binary to the container. (OK)
32. Create a version of the container. (OK)
33. Delete the binary. (OK)
34. Revert to previous container version. (OK)
35. Ensure binary exists again. (OK).
36. Ensure another browser cannot see the new resources. (OK)
37. Rollback transaction. (OK)
38. Ensure another browser cannot see the new resources. (OK)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment