Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noahlitvin committed Jan 3, 2025
1 parent e46ed13 commit f324a58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/website/cypress/integration/StageTxns.feature
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Feature: Stage Transactions
Scenario: User navigates to the deploy page without connecting a wallet
Given User opens the "/deploy" page
Then View renders a "p" displaying the text "Queue, sign, and execute deployments using a"
Then View renders a "p" displaying the text "Queue, sign, and execute deployments"
* View renders a "p" displaying the text "Connect a wallet and select a Safe from the dropdown above."

Scenario: User navigates to the deploy page with a connected wallet
Given User opens the "/deploy" page
* Wallet is connected
Then View renders a "p" displaying the text "Queue, sign, and execute deployments using a"
Then View renders a "p" displaying the text "Queue, sign, and execute deployments"

@skip
Scenario: User stages transactions from the interact page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ export const PackageCardExpandable: FC<IPackageCardProps> = ({
isOpen && 'text-muted-foreground'
)}
>
Only latest mainnet deployments
<span className="hidden sm:inline">
Filter for latest on mainnet
</span>
<span className="sm:hidden">Filter for latest</span>
</p>
</div>
</div>
Expand Down

0 comments on commit f324a58

Please sign in to comment.