mirror of
https://github.com/vercel/commerce.git
synced 2025-05-08 18:57:51 +00:00
8 lines
168 B
TypeScript
8 lines
168 B
TypeScript
import { Given } from '@badeball/cypress-cucumber-preprocessor';
|
|
|
|
// Étape pour aller à la page d'accueil
|
|
|
|
Given('I am on the homepage', () => {
|
|
cy.visit('/');
|
|
});
|