Skip to content

Commit b577e43

Browse files
committed
fix: nanofix
1 parent 729b35a commit b577e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/bridge/bridge.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {StoragePage} from '../storage/StoragePage';
66

77
import {mockCapabilities, mockNodesWithPile, mockStorageGroupsWithPile} from './mocks';
88

9-
test.describe('Bridge mode - Nodes table', () => {
9+
test.describe.only('Bridge mode - Nodes table', () => {
1010
test('off: no Pile Name column and no group-by option', async ({page}) => {
1111
await mockCapabilities(page, false);
1212
await page.route(`${backend}/viewer/json/nodes?*`, (route) => route.continue());

0 commit comments

Comments
 (0)