We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0002a9 commit 32ab099Copy full SHA for 32ab099
scripts/check-rewrite.ts
@@ -50,6 +50,9 @@ async function runCheck() {
50
await page.waitForLoadState('load')
51
console.log(`Page loaded at ${page.url()}.`)
52
53
+ await page.goto(`https://www.figma.com/design/${process.env.FIGMA_FILE_KEY}`)
54
+ console.log(`Page loaded at ${page.url()}.`)
55
+
56
let matched: string | null = null
57
let rewritable = false
58
0 commit comments