未验证 提交 7468df86 编写于 作者: D Dmitry Kruchinin 提交者: GitHub

Fix the test for check Email verification system (#4071)

Co-authored-by: Ndvkruchinin <dvkruchinin@gmail.com>
上级 4708b5ec
......@@ -28,7 +28,7 @@ context('Check email verification system', () => {
describe(`Case: "${caseId}"`, () => {
it('Register user. Notification exist. The response status is successful.', () => {
cy.intercept('POST', '/api/v1/auth/register').as('userRegister');
cy.intercept('POST', '/api/v1/auth/register?**').as('userRegister');
cy.userRegistration(firstName, lastName, userName, emailAddr, password);
cy.get('.ant-notification-topRight')
.contains(`We have sent an email with a confirmation link to ${emailAddr}.`)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册