mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
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:
parent
bc7b2f9c59
commit
2592e36c15
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue