-
-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
77 changed files
with
3,083 additions
and
2,521 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,10 @@ describe("Checking if the backend is working properly or not", () => { | |
describe("Auth checks", () => { | ||
it("Checking Login", () => { | ||
cy.visit("/auth/login"); | ||
cy.get('[ data-cy="email"]').type("[email protected]", { | ||
cy.get('[data-cy="email"]').type("[email protected]", { | ||
force: true, | ||
}); | ||
cy.get('[ data-cy="password"]').type("tamaldas69", { | ||
cy.get('[data-cy="password"]').type("tamaldas69", { | ||
force: true, | ||
}); | ||
cy.get('[data-cy="loginbutton"]').scrollIntoView(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,11 +12,11 @@ | |
<meta name="google-site-verification" content="ISkkPcMaQwANRR5_0CPjjxQJ3SyWzUt94nSP7wc1JdA" /> | ||
|
||
<!-- THEME with vendor prefix meta --> | ||
<meta name="theme-color" content="#E26959" /> | ||
<meta name="msapplication-navbutton-color" content="#E26959" /> | ||
<meta name="msapplication-TileColor" content="#E26959"> | ||
<meta name="theme-color" content="#ff5b31" /> | ||
<meta name="msapplication-navbutton-color" content="#ff5b31" /> | ||
<meta name="msapplication-TileColor" content="#ff5b31"> | ||
<meta name="apple-mobile-web-app-capable" content="yes" /> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="#E26959" /> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="#ff5b31" /> | ||
|
||
<!-- Primary Meta Tags --> | ||
<meta name="title" content="Milan" /> | ||
|
@@ -49,24 +49,24 @@ | |
|
||
<link rel="manifest" href="/manifest.json" /> | ||
|
||
<!-- // CSS and Bootstrap --> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"> | ||
<link rel="shortcut icon" href="./images/solidarity.png" type="image/x-icon" /> | ||
|
||
<!-- head fonts --> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" rel="stylesheet" /> | ||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Mulish&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Sarabun&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Exo+2:ital@1&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@800&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet"> | ||
|
||
<title>Milan</title> | ||
</head> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.