-
Notifications
You must be signed in to change notification settings - Fork 495
chore: add Playwright tests to CI #567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -214,7 +214,7 @@ function FungibleTokenMintAccountCard({ | |
| <td>Bridged Asset Contract</td> | ||
| <td className="text-lg-end"> | ||
| <Copyable text={assetContractAddress}> | ||
| <a href={tokenInfo.extensions.bridgeContract} target="_blank" rel="noreferrer"> | ||
| <a href={tokenInfo.extensions.assetContract} target="_blank" rel="noreferrer"> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why is this getting changed?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've made this as it looks like an error. Here: https://github.com/solana-foundation/explorer/pull/567/files/7f0abbfc7c6a953d0ee6a82712fa42cd4c5b239c#diff-3929de3da0169c607b8c0b8f1136a4d32900e470c3af9dcd6cec057578645588L212 the condition checks for assetContract. |
||
| {assetContractAddress} | ||
| </a> | ||
| </Copyable> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,8 +13,8 @@ | |
| "gen": "pnpx shadcn@^2.4.0 add", | ||
| "coverage": "vitest --coverage", | ||
| "test": "vitest --project specs --watch", | ||
| "test:sb": "vitest --project storybook --watch", | ||
| "test:ci": "vitest --project specs run", | ||
| "test:sb": "vitest --project storybook", | ||
| "sb": "storybook dev -p 6006", | ||
| "build-sb": "storybook build" | ||
| }, | ||
|
|
@@ -46,6 +46,7 @@ | |
| "@solana/web3.js": "^1.66.6", | ||
| "@solflare-wallet/utl-sdk": "^1.4.0", | ||
| "@sqds/multisig": "^2.1.3", | ||
| "@storybook/addon-vitest": "0.0.0-pr-31014-sha-9708fd9e", | ||
| "@types/bn.js": "5.1.0", | ||
| "axios": "^1.8.2", | ||
| "bignumber.js": "^9.0.2", | ||
|
|
@@ -93,7 +94,6 @@ | |
| "web3js-experimental": "npm:@solana/[email protected]" | ||
| }, | ||
| "devDependencies": { | ||
| "@chromatic-com/storybook": "^3", | ||
| "@mdx-js/react": "^3.1.0", | ||
| "@solana/eslint-config-solana": "^1.0.1", | ||
| "@solana/prettier-config-solana": "^0.0.2", | ||
|
|
@@ -102,8 +102,8 @@ | |
| "@storybook/addon-onboarding": "^8.6.12", | ||
| "@storybook/addon-styling-webpack": "^1.0.1", | ||
| "@storybook/blocks": "^8.6.12", | ||
| "@storybook/experimental-addon-test": "^8.6.12", | ||
| "@storybook/experimental-nextjs-vite": "8.6.12", | ||
| "@storybook/experimental-addon-test": "=8.6.12", | ||
| "@storybook/experimental-nextjs-vite": "=8.6.12", | ||
| "@storybook/manager-api": "^8.6.12", | ||
| "@storybook/react": "^8.6.12", | ||
| "@storybook/test": "^8.6.12", | ||
|
|
@@ -136,7 +136,7 @@ | |
| "postcss": "^8.5.3", | ||
| "postcss-import": "^16.1.0", | ||
| "[email protected]": "link:tailwindcss/[email protected]", | ||
| "prettier": "^2.8.7", | ||
| "prettier": "^2.8.8", | ||
| "prettier-plugin-tailwindcss": "~0.4.1", | ||
| "react-scan": "^0.0.26", | ||
| "sass": "^1.53.0", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.