Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic authored and MadameSheema committed Nov 28, 2020
1 parent d78278e commit 1b8a4db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { CONNECTOR_TITLE } from '../screens/edit_connector';
import { goToCreateNewCase } from '../tasks/all_cases';
import { CASES_URL } from '../urls/navigation';

describe('connectors in case view', () => {
describe('Cases connector incident fields', () => {
before(() => {
cy.server();
cy.route('GET', '**/api/cases/configure/connectors/_find', mockConnectorsResponse);
Expand All @@ -30,7 +30,7 @@ describe('connectors in case view', () => {
req.reply(response);
});
});
it('Configures many connectors in the case', () => {
it('Correct incident fields show when connector is changed', () => {
loginAndWaitForPageWithoutDateRange(CASES_URL);
goToCreateNewCase();
createNewCaseWithConnector(case1);
Expand Down

0 comments on commit 1b8a4db

Please sign in to comment.