upgrade cspell and fix spelling issues

This commit is contained in:
Björn Dalfors
2024-04-04 10:35:25 +02:00
parent 737afb3c1b
commit f1b13a2919
7 changed files with 669 additions and 290 deletions

View File

@@ -20,7 +20,6 @@ export async function expandTopic(path: string, browser: Page) {
}
// while (topics.length <= originalTopics.length) {
// const match = await browser.locator(topicSelector(topics))
// console.log('topics', topics, 'orignial', originalTopics)
// console.log('click', match)
// await clickOn(match)
// topics.push(originalTopics[topics.length])