Skip to content

Commit

Permalink
realizando pequenas correções
Browse files Browse the repository at this point in the history
  • Loading branch information
feroline committed Jul 8, 2024
1 parent 402fe70 commit ce5358e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cypress/support/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ declare global {
xpath(xpathSelector: string): Chainable;
getItemMenu(textoItem: string): Chainable;
verificaMensagemInicial(): Chainable;
visitarToolsQA(): Chainable<any>;
visitarToolsQA(): Chainable;
}
}
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "es5",
"target": "ES2023",
"lib": [
"es5",
"ES2023",
"dom"
],
"types": [
Expand Down

0 comments on commit ce5358e

Please sign in to comment.