feat(Cypress-Gherkin): ✨ Implemented the whole test in cypress and updated documentation accordingly
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* global Given, When, Then */
|
||||
import { Given, When, Then, And, Before } from "cypress-cucumber-preprocessor/steps";
|
||||
|
||||
describe("Send a document", () => {
|
||||
describe("Send a prepared document", () => {
|
||||
|
||||
Given("I am connected to my mailbox", () => {
|
||||
cy.visit('/');
|
||||
|
Reference in New Issue
Block a user