Realign cypress/ccs_integration with cypress/integration (#109048)

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.
This commit is contained in:
Domenico Andreoli 2021-08-18 12:34:52 +02:00 committed by GitHub
parent bc7b2f9c59
commit 2592e36c15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
};