Skip to content

Commit

Permalink
Fix Example File
Browse files Browse the repository at this point in the history
  • Loading branch information
datashard committed May 25, 2023
1 parent 253a4e4 commit 897ad51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/2.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ describe("Random Describe", () => {
context("Random Context", () => {
it("Random It", () => {
cy.fixture("File").snapshot("Fixture File", {
humanName: "Random Fixture File"
snapshotName: "Random Fixture File"
});
// cy.fixture("File2").snapshot("Fixture File",
});
Expand Down
1 change: 1 addition & 0 deletions cypress/snapshots/Random-Fixture-File.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"foo":"bar","Fizzy Drink":"Soda"}

0 comments on commit 897ad51

Please sign in to comment.