Skip to content

Commit

Permalink
fix style error
Browse files Browse the repository at this point in the history
  • Loading branch information
gabbersepp committed May 1, 2024
1 parent 5268aea commit 535e427
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions blog-posts/cypress-cri/code/plugins-reset.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ module.exports = (on) => {
if (client) {
await client.close();
}

return Promise.resolve(true);
}
}
});
//...
}
}
2 changes: 1 addition & 1 deletion blog-posts/cypress-file-chooser/code/cypress/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</style>
</head>
<body>
<input type="file">Choose your file!</input>
<input type="file"/>Choose your file!
<div></div>
<script>
document.querySelector("input").addEventListener("change", (event) => {
Expand Down

0 comments on commit 535e427

Please sign in to comment.