mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-06 01:25:31 +00:00
6 lines
192 B
JavaScript
6 lines
192 B
JavaScript
import { Then } from "cypress-cucumber-preprocessor/steps";
|
|
|
|
Then("I am logged in as {string}", name => {
|
|
cy.get(".avatar-menu").click();
|
|
cy.get(".avatar-menu-popover").contains(name);
|
|
}); |