Git Product home page Git Product logo

cloudstorage's People

Contributors

alimalik91 avatar chiquito83 avatar resisttheurge avatar saraiyasmina avatar

Watchers

 avatar  avatar

cloudstorage's Issues

Refactor Selenium tests

Every time Selenium creates a new user, logs in, and then creates/delete/edits a note. But as per the requirement, we have to log in with the existing user and verify the workflow of note.โ€จ
You have already created a user for testing the signupLoginAndLogout() test case. Use the same credentials to log in.

Please implement the same and provide us with the updated code.

๐Ÿ’ก Every functionality is working great, just update the code to remove repetitive signup before performing any operation and directly login with existing registered credentials.
You can use the @order annotation to run all the test cases sequentially. This will ensure that the signup test case will always run before testing note functionality.
If you are using the org.junit.jupiter.api package for @order annotation and it above version 5.5, we have to add a type-level annotation @TestMethodOrder.

Empty file bug

When the user clicks on the "Upload" button without selecting any file a "default empty file" is uploaded.

Password in encrypted format instead of * * * *

In the credential dashboard, the password should be displayed in an encrypted format.
Points to be considered:

In the credential dashboard, the password should be in an encrypted format.
While editing, in the form the pre-filled password should be in decrypted format.

Add success messages

One of the issues that need to be handled is mentioned above that for every operation a success message should be displayed. No success message logic is yet implemented.

Do not allow duplicate files

When a user tries to upload the same file multiple times a warning message should be displayed indicating, "File already exists". And no file should be uploaded.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.