Skip to content

Commit

Permalink
fixup! dApp: add new channel action form component
Browse files Browse the repository at this point in the history
  • Loading branch information
weilbith committed Sep 8, 2021
1 parent b9290aa commit 426f3f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async function submitForm(wrapper: Wrapper<ChannelActionForm>): Promise<void> {

describe('ChannelActionForm.vue', () => {
describe('token address', () => {
test('hides form section if set so', async () => {
test('hides form section', async () => {
const wrapper = await createWrapper({ hideTokenAddress: true });
const display = wrapper.find(
'.channel-action-form__token-address.channel-action-form__fixed-input-wrapper',
Expand Down Expand Up @@ -148,7 +148,7 @@ describe('ChannelActionForm.vue', () => {
});

describe('partner address', () => {
test('hides form section if set so', async () => {
test('hides form section', async () => {
const wrapper = await createWrapper({ hidePartnerAddress: true });
const display = wrapper.find(
'.channel-action-form__partner-address.channel-action-form__fixed-input-wrapper',
Expand Down

0 comments on commit 426f3f9

Please # to comment.