diff --git a/package.json b/package.json index 0948e663a..a1d651137 100644 --- a/package.json +++ b/package.json @@ -39,4 +39,4 @@ "url": "https://github.com/near/neardevhub-widgets/issues" }, "homepage": "https://github.com/near/neardevhub-widgets#readme" -} \ No newline at end of file +} diff --git a/playwright.config.js b/playwright.config.js index 66e503204..b675df9ba 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -72,6 +72,7 @@ export default defineConfig({ use: { baseURL: "http://localhost:8080", account: "events-committee.near", + proposalAuthorAccountId: "yarotska.near", }, }, ],