mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 10:41:56 +10:00
feat(homepage): add new sections to homepage
This commit is contained in:
@ -15,11 +15,13 @@ declare namespace Cypress {
|
||||
login(email: string, password: string): void;
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// -- This is a parent command --
|
||||
Cypress.Commands.add("login", (email, password) => {
|
||||
console.log("Custom command example: Login", email, password);
|
||||
});
|
||||
|
||||
//
|
||||
// -- This is a child command --
|
||||
// Cypress.Commands.add("drag", { prevSubject: 'element'}, (subject, options) => { ... })
|
||||
|
||||
Reference in New Issue
Block a user