Skip to content

Commit

Permalink
Fixup review comments pt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcreasy committed May 15, 2024
1 parent a487ad5 commit 9868192
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"storybook": "storybook dev -p 6006 -s ../config",
"cypress:open": "cypress open --project src/__tests__/cypress",
"cypress:run": "cypress run -b chrome --project src/__tests__/cypress",
"cypress:open:mock": "MOCK=1 WS_PORT=9002 npm run cypress:open --",
"cypress:run:mock": "MOCK=1 WS_PORT=9002 npm run cypress:run --",
"cypress:open:mock": "MOCK=1 WS_PORT=9002 npm run cypress:open",
"cypress:run:mock": "MOCK=1 WS_PORT=9002 npm run cypress:run",
"cypress:open:record": "RECORD=1 npm run cypress:open",
"cypress:run:record": "RECORD=1 npm run cypress:run && npm run cypress:format",
"cypress:server:build": "ODH_DIST_DIR=./public-cypress POLL_INTERVAL=9999999 FAST_POLL_INTERVAL=9999999 WS_HOSTNAME=localhost:9002 npm run build",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ describe('Pipeline runs', () => {
pipelineRunJobTable.findEmptyState().should('exist');
});
});
it.only('Test delete a single run from triggered', () => {
it('Test delete a single run from triggered', () => {
initIntercepts();

pipelineRunsGlobal.visit('test-project');
Expand Down

0 comments on commit 9868192

Please sign in to comment.