Skip to content

Commit

Permalink
e2e fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KlapTrap committed Sep 20, 2019
1 parent 4a3ff08 commit c3ed39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test-e2e/helpers/cf-request-helpers.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { promise } from 'protractor';

import { CFResponse } from '../../frontend/packages/store/src/types/api.types';
import { EndpointModel } from '../../frontend/packages/store/src/types/endpoint.types';
import { e2e, E2ESetup } from '../e2e';
import { E2EHelpers } from './e2e-helpers';
import { RequestHelpers } from './request-helpers';
import { CFResponse } from '../../frontend/packages/cloud-foundry/src/store/types/cf-api.types';

export class CFRequestHelpers extends RequestHelpers {

Expand Down

0 comments on commit c3ed39f

Please sign in to comment.