Skip to content

Commit

Permalink
fix: communities test
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Oct 24, 2023
1 parent 0863287 commit 74c706f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default defineConfig({

/* Run your local dev server before starting the tests */
webServer: {
command: "npm run dev -- -a devgovgigs.near -n mainnet -c devgovgigs.near",
command: "npm run dev",
port: 3030,
reuseExistingServer: !process.env.CI,
},
Expand Down
2 changes: 1 addition & 1 deletion src/devhub/entity/community/Card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const CommunityCard = ({

const link = href({
widgetSrc: "${REPL_DEVHUB}/widget/app",
params: { page: "community", tab: "Activity", handle: metadata.handle },
params: { page: "community", handle: metadata.handle },
});

const formatSmall = (
Expand Down

0 comments on commit 74c706f

Please sign in to comment.