mirror of
https://github.com/datashard/snapshot.git
synced 2024-11-21 13:42:28 +00:00
Fix Example File
This commit is contained in:
parent
253a4e44ea
commit
897ad51548
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ describe("Random Describe", () => {
|
||||||
context("Random Context", () => {
|
context("Random Context", () => {
|
||||||
it("Random It", () => {
|
it("Random It", () => {
|
||||||
cy.fixture("File").snapshot("Fixture File", {
|
cy.fixture("File").snapshot("Fixture File", {
|
||||||
humanName: "Random Fixture File"
|
snapshotName: "Random Fixture File"
|
||||||
});
|
});
|
||||||
// cy.fixture("File2").snapshot("Fixture File",
|
// cy.fixture("File2").snapshot("Fixture File",
|
||||||
});
|
});
|
||||||
|
|
1
cypress/snapshots/Random-Fixture-File.json
Normal file
1
cypress/snapshots/Random-Fixture-File.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"foo":"bar","Fizzy Drink":"Soda"}
|
Loading…
Reference in a new issue