mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
7 lines
180 B
JavaScript
7 lines
180 B
JavaScript
import { Then } from "cypress-cucumber-preprocessor/steps";
|
|
|
|
Then("I select a user entry", () => {
|
|
cy.get(".searchable-input .user-teaser")
|
|
.first()
|
|
.trigger("click");
|
|
}) |