Skip to content

Commit

Permalink
Pol Gubau; Correcting html lang
Browse files Browse the repository at this point in the history
  • Loading branch information
PolGubau committed Aug 13, 2023
1 parent ff9f222 commit e26f0cc
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions tests/tests-config/cypress/support/component-index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Components App</title>
</head>
<body>
<div data-cy-root></div>
</body>
<html lang="en">

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Components App</title>
</head>

<body>
<div data-cy-root></div>
</body>

</html>

0 comments on commit e26f0cc

Please sign in to comment.