Mattermost-server: Write an automated test using Cypress for "Password element check"

Created on 6 Dec 2019  路  6Comments  路  Source: mattermost/mattermost-server

Test Key: ID21032

Test Folder: /cypress/integration/interactive_dialog

Title: Password element check

Steps:

  1. Create an incoming webhook where it sends dialog with password

Expected:
1. Dialog should render correctly,
- verify that the password is masked on enter of text

Test code arrangement:

describe('Interactive Dialog', () => {
    it('ID21032 - Password element check', () => {
        // code
    });
});

Note:

Jira ticket: MM-21032
See our end-to-end testing documentation for reference.


If you're interested, please comment here and come join our "Contributors" community channel on our daily build server, where you can discuss questions with community members and the Mattermost core team. For technical advice or questions, please join our "Developers" community channel.

New contributors please see our Developer's Guide.

AreE2E Tests Easy Help Wanted

All 6 comments

I am interested in this ticket, please assign

Awesome, thanks @swarnv02!

@saturninoabril Sorry for the confusion, by mistake I have requested you from my official account, do you mind unassigning swarnv02 and assign to vishalswarnkar. Both of them are my account it is just that swarnv02 is an official account and vishalswarnkar is personal.

No worries, and thanks @VishalSwarnkar!

Thank you @VishalSwarnkar for your contribution! Closing this now.

Was this page helpful?
0 / 5 - 0 ratings