mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
fix typo
This commit is contained in:
parent
bb53ee70da
commit
5b73dc8e58
@ -16,7 +16,7 @@ Then("I should be able to {string} a teaser image", condition => {
|
||||
case "add":
|
||||
postTeaserImage = "onourjourney.png"
|
||||
cy.get("#postdropzone").selectFile(
|
||||
{ contents: `cypress/fixtures/${this.postTeaserImage}`, fileName: postTeaserImage, mimeType: "image/png" },
|
||||
{ contents: `cypress/fixtures/${postTeaserImage}`, fileName: postTeaserImage, mimeType: "image/png" },
|
||||
{ action: "drag-drop" }
|
||||
).wait(750);
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user