Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/integration-tests/tests/secrets.scenario.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { appHost, testName, checkLogs, checkErrors, waitForCount } from '../prot
import * as crudView from '../views/crud.view';
import * as secretsView from '../views/secrets.view';

describe('Interacting with the create secret forms', () => {
xdescribe('Interacting with the create secret forms', () => {

afterEach(() => {
checkLogs();
Expand Down