Fixed weird floating footer behavior, updated Timeline to handle new growing scrolling content div, fixed grammar issue on chubby buttons, removed used nginx configs and Dockerfile comments, made Table not go full-w automatically, added tests to ensure no orphaned astro pages or site layout entries exist, dummy sitemap index so code analysis doesn't freak out
This commit is contained in:
@@ -11,7 +11,6 @@ for (const pagePath of getPaths()) {
|
||||
|
||||
test(`${pagePath}: Has Title`, async ({page}) => {
|
||||
await page.goto(pagePath);
|
||||
console.log(await page.title());
|
||||
expect(await page.title()).not.toBe("Corwin Perren")
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user