Skip to content

Commit

Permalink
Merge pull request #116 from lidofinance/updates
Browse files Browse the repository at this point in the history
Wallets skip/unskip
  • Loading branch information
itaven authored Feb 5, 2024
2 parents 03f0c21 + b609c4f commit 67ed11e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wallets-testing/test/widgets/kusama.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { BrowserModule } from '../../browser/browser.module';
import { BrowserService } from '../../browser/browser.service';
import { test } from '@playwright/test';

test.describe('Kusama', () => {
test.describe.skip('Kusama', () => {
let app: INestApplication;
let browserService: BrowserService;

Expand Down
2 changes: 1 addition & 1 deletion wallets-testing/test/widgets/polkadot.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { BrowserModule } from '../../browser/browser.module';
import { BrowserService } from '../../browser/browser.service';
import { test } from '@playwright/test';

test.describe('Polkadot', () => {
test.describe.skip('Polkadot', () => {
let app: INestApplication;
let browserService: BrowserService;

Expand Down

0 comments on commit 67ed11e

Please sign in to comment.