diff --git a/cypress/fixtures/snapshots/Random-Describe/Random-Context/Random-It/Arrays.json b/cypress/fixtures/Random-Describe/Random-Context/Random-It/Arrays.json similarity index 100% rename from cypress/fixtures/snapshots/Random-Describe/Random-Context/Random-It/Arrays.json rename to cypress/fixtures/Random-Describe/Random-Context/Random-It/Arrays.json diff --git a/cypress/fixtures/snapshots/Random-Describe/Random-Context/Random-It/Numbers.json b/cypress/fixtures/Random-Describe/Random-Context/Random-It/Numbers.json similarity index 100% rename from cypress/fixtures/snapshots/Random-Describe/Random-Context/Random-It/Numbers.json rename to cypress/fixtures/Random-Describe/Random-Context/Random-It/Numbers.json diff --git a/cypress/fixtures/snapshots/Random-Describe/Random-Context/Random-It/Strings.json b/cypress/fixtures/Random-Describe/Random-Context/Random-It/Strings.json similarity index 100% rename from cypress/fixtures/snapshots/Random-Describe/Random-Context/Random-It/Strings.json rename to cypress/fixtures/Random-Describe/Random-Context/Random-It/Strings.json diff --git a/cypress/fixtures/snapshots/datashard-snapshot/complex-types/works-based-on-fixtures.json b/cypress/fixtures/snapshots/datashard-snapshot/complex-types/works-based-on-fixtures.json deleted file mode 100644 index ac6239a..0000000 --- a/cypress/fixtures/snapshots/datashard-snapshot/complex-types/works-based-on-fixtures.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "jsonapi": { - "version": "2.0" - }, - "included": [ - { - "type": "users", - "id": "2", - "attributes": { - "name": "Test" - } - } - ] -} \ No newline at end of file diff --git a/cypress/fixtures/snapshots/datashard-snapshot/complex-types/works-with-more-complicated-Objects.json b/cypress/fixtures/snapshots/datashard-snapshot/complex-types/works-with-more-complicated-Objects.json deleted file mode 100644 index 0b48984..0000000 --- a/cypress/fixtures/snapshots/datashard-snapshot/complex-types/works-with-more-complicated-Objects.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "status": 200, - "response": { - "array": [ - 0, - 1, - 2, - "4" - ], - "object": { - "with": "more details" - } - }, - "thisisnew": "wtf" -} \ No newline at end of file diff --git a/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-arrays.json b/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-arrays.json deleted file mode 100644 index dc8d53f..0000000 --- a/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-arrays.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "data": [ - 1, - 2, - 3, - 4 - ] -} \ No newline at end of file diff --git a/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-numbers.json b/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-numbers.json deleted file mode 100644 index 7941fc3..0000000 --- a/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-numbers.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "data": 42 -} \ No newline at end of file diff --git a/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-objects.json b/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-objects.json deleted file mode 100644 index c65ca7b..0000000 --- a/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-objects.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "foo": "bar", - "Fizzy Drink": "Pop" -} \ No newline at end of file diff --git a/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-strings.json b/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-strings.json deleted file mode 100644 index c36f355..0000000 --- a/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-strings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "data": "foo-bar" -} \ No newline at end of file