Skip to content

Commit

Permalink
Update SetCouncilBudgetIncrement (#4423)
Browse files Browse the repository at this point in the history
* Update SetCouncilBudgetIncrement

* Update AddNewProposalModal.test.tsx

* AddNewProposalModal.test.tsx
  • Loading branch information
traumschule authored Jun 29, 2023
1 parent cbf66b5 commit 7b652c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const SetCouncilBudgetIncrement = () => {
<Row>
<RowGapBlock gap={8}>
<h4>Specific parameters</h4>
<TextMedium lighter>Set Council Budget Increment</TextMedium>
<TextMedium lighter>Tokens added to council budget every day</TextMedium>
</RowGapBlock>
</Row>
<Row>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ describe('UI: AddNewProposalModal', () => {
await finishProposalDetails()
await finishTriggerAndDiscussion()

expect(screen.getByText(/^Set Council Budget Increment$/i)).toBeDefined()
expect(screen.getByText(/^Tokens added to council budget every day$/i)).toBeDefined()
})

it('Invalid form', async () => {
Expand Down

2 comments on commit 7b652c7

@vercel
Copy link

@vercel vercel bot commented on 7b652c7 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 7b652c7 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pioneer-2 – ./

pioneer-2-git-dev-joystream.vercel.app
pioneer-2.vercel.app
pioneer-2-joystream.vercel.app

Please sign in to comment.