Link: withastro/docs#8692
For 2nd Code Snippet - followed by So then I tried this, but that doesn't work either:
---
import type { MarkdownLayoutProps } from 'astro';
type LayoutProps = {
title: string;
}
// Since Facebook Login Page is essentially a Form element | |
// asking for User Email/Contact and Password | |
// The test cases can include UI Element, Input Field and A11y based Validations | |
// For some ease, the input fields are ID'd as email, pass and loginbutton | |
// Verify that the email/phone input field is present and enabled | |
it('should display the email/phone input field', () => { | |
expect(document.querySelector('#email')).not.toBeNull(); | |
}); |
Link: withastro/docs#8692
For 2nd Code Snippet - followed by So then I tried this, but that doesn't work either:
---
import type { MarkdownLayoutProps } from 'astro';
type LayoutProps = {
title: string;
}
{ | |
"extensions": [ | |
"esbenp.prettier-vscode", | |
"ritwickdey.liveserver", | |
"ecmel.vscode-html-css", | |
"hollowtree.vue-snippets", | |
"dbaeumer.vscode-eslint", | |
"dsznajder.es7-react-js-snippets", | |
"coenraads.disableligatures", | |
"donjayamanne.githistory", |
{ | |
"workbench.iconTheme": "vscode-icons", | |
"workbench.colorTheme": "Houston", | |
"editor.fontSize": 17, | |
"terminal.integrated.fontSize": 16, | |
"terminal.integrated.fontFamily": "MesloLGM Nerd Font, 'Courier New', monospace", | |
"editor.minimap.renderCharacters": false, | |
"editor.minimap.autohide": true, | |
"editor.rulers": [80], | |
"editor.fontFamily": "Cascadia Code, 'Courier New', monospace", |