@@ -14,7 +14,7 @@ const POLICY_ID_ROLLOVER = "test_policy_rollover";
14
14
const SAMPLE_INDEX = "sample_index" ;
15
15
const SAMPLE_INDEX_ROLLOVER = "sample_index-01" ;
16
16
17
- describe ( "Managed indices " , ( ) => {
17
+ describe ( "Managed indexes " , ( ) => {
18
18
beforeEach ( ( ) => {
19
19
// Set welcome screen tracking to false
20
20
localStorage . setItem ( "home:welcome:show" , "false" ) ;
@@ -58,13 +58,13 @@ describe("Managed indices", () => {
58
58
} ) ;
59
59
60
60
// Confirm we got a remove policy toaster
61
- cy . contains ( "Removed policy from 1 managed indices " ) ;
61
+ cy . contains ( "Removed policy from 1 managed indexes " ) ;
62
62
63
63
// Wait some time for remove policy to execute before reload
64
64
cy . wait ( 3000 ) . reload ( ) ;
65
65
66
66
// Confirm we are back to empty loading state, give 20 seconds as OSD takes a while to load
67
- cy . contains ( "There are no existing managed indices ." , { timeout : 20000 } ) ;
67
+ cy . contains ( "There are no existing managed indexes ." , { timeout : 20000 } ) ;
68
68
} ) ;
69
69
} ) ;
70
70
@@ -121,7 +121,7 @@ describe("Managed indices", () => {
121
121
cy . get ( `[data-test-subj="retryModalRetryButton"]` ) . click ( { force : true } ) ;
122
122
123
123
// Confirm we got retry toaster
124
- cy . contains ( "Retried 1 managed indices " ) ;
124
+ cy . contains ( "Retried 1 managed indexes " ) ;
125
125
126
126
// Reload the page
127
127
cy . reload ( ) ;
@@ -238,10 +238,10 @@ describe("Managed indices", () => {
238
238
} ) ;
239
239
240
240
// Confirm we got the change policy toaster
241
- cy . contains ( "Changed policy on 1 indices " ) ;
241
+ cy . contains ( "Changed policy on 1 indexes " ) ;
242
242
243
243
// Click back to Managed Indices page by clicking "Managed indices" breadcrumb
244
- cy . contains ( "Policy managed indices " ) . click ( ) ;
244
+ cy . contains ( "Policy managed indexes " ) . click ( ) ;
245
245
246
246
// Speed up execution of managed index
247
247
cy . updateManagedIndexConfigStartTime ( SAMPLE_INDEX ) ;
@@ -257,7 +257,7 @@ describe("Managed indices", () => {
257
257
} ) ;
258
258
} ) ;
259
259
260
- describe ( "can manage data stream indices " , ( ) => {
260
+ describe ( "can manage data stream indexes " , ( ) => {
261
261
before ( ( ) => {
262
262
cy . deleteAllIndices ( ) ;
263
263
cy . deleteIMJobs ( ) ;
0 commit comments