Skip to content

Commit

Permalink
Realign cypress/ccs_integration with cypress/integration (#109048)
Browse files Browse the repository at this point in the history
cypress/ccs_integration is a subset/fork of cypress/integration and already tends to be left behind.

Situation is expected to improve once proper signaling of failing tests is reported to #security-solution-slack-testing.

For the moment, let's keep aligning manually.
  • Loading branch information
cavokz authored Aug 18, 2021
1 parent bc7b2f9 commit 2592e36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('Alert details with unmapped fields', () => {

it('Displays the unmapped field on the table', () => {
const expectedUnmmappedField = {
row: 88,
row: 90,
field: 'unmapped',
text: 'This is the unmapped field',
};
Expand Down

0 comments on commit 2592e36

Please sign in to comment.