Skip to content

Commit

Permalink
Remove Unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatnema committed Jul 31, 2023
1 parent d62db3b commit 41f9a60
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
2 changes: 0 additions & 2 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const { defineConfig } = require("cypress");
require('dotenv').config()

module.exports = defineConfig({
component: {
Expand All @@ -9,4 +8,3 @@ module.exports = defineConfig({
},
},
});

34 changes: 16 additions & 18 deletions cypress/test/mockData/mockData.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@

{
"items": [
{
"summary": "Event 1",
"start": {
"dateTime": "2023-07-23T10:00:00Z"
},
"htmlLink": "https://www.example.com/event1"
"items": [
{
"summary": "Event 1",
"start": {
"dateTime": "2023-07-23T10:00:00Z"
},
{
"summary": "Event 2",
"start": {
"dateTime": "2023-07-24T15:30:00Z"
},
"htmlLink": "https://www.example.com/event2"
}
]
}

"htmlLink": "https://www.example.com/event1"
},
{
"summary": "Event 2",
"start": {
"dateTime": "2023-07-24T15:30:00Z"
},
"htmlLink": "https://www.example.com/event2"
}
]
}

0 comments on commit 41f9a60

Please sign in to comment.