@@ -132,25 +132,27 @@ describe('Testing traces table', () => {
132
132
cy . get ( '.euiTableCellContent__text' ) . contains ( 'Percentile in trace group' ) . should ( 'exist' ) ;
133
133
cy . get ( '.euiTableCellContent__text' ) . contains ( 'Errors' ) . should ( 'exist' ) ;
134
134
cy . get ( '.euiTableCellContent__text' ) . contains ( 'Last updated' ) . should ( 'exist' ) ;
135
+ cy . get ( "[data-test-subj='tableHeaderCell_trace_group_1']" ) . click ( ) ;
136
+ cy . contains ( 'mysql' ) . should ( 'not.exist' ) ;
135
137
cy . get ( '[data-test-subj="pagination-button-next"]' ) . click ( ) ;
136
- cy . contains ( 'client_pay_order ' ) . should ( 'exist' ) ;
138
+ cy . contains ( 'HTTP POST ' ) . should ( 'exist' ) ;
137
139
cy . get ( '[data-test-subj="pagination-button-previous"]' ) . click ( ) ;
138
- cy . contains ( '224.99 ' ) . should ( 'exist' ) ;
140
+ cy . contains ( '56.88 ' ) . should ( 'exist' ) ;
139
141
cy . get ( '.euiButtonEmpty' ) . contains ( '5' ) . click ( ) ;
140
- cy . contains ( '690d3c7af1a78cf89c43e ' ) . should ( 'exist' ) ;
142
+ cy . contains ( '386d26555771f39c0caaf ' ) . should ( 'exist' ) ;
141
143
cy . contains ( '5be8370207cbb002a165d' ) . click ( ) ;
142
144
cy . contains ( 'client_create_order' ) . should ( 'exist' ) ;
143
145
cy . get ( 'path[style*="rgb(116, 146, 231)"]' ) . should ( 'exist' ) ;
144
146
cy . go ( 'back' ) ;
145
147
cy . get ( '.euiButtonEmpty__text' ) . contains ( 'Rows per page' ) . click ( ) ;
146
148
cy . get ( '.euiContextMenuItem__text' ) . contains ( '15 rows' ) . click ( ) ;
147
- let expected_row_count = 15 ;
149
+ let expected_row_count = 15 ;
148
150
cy . get ( '.euiTable--auto' )
149
- . find ( "tr" )
150
- . then ( ( row ) => {
151
- let total = row . length - 1 ;
152
- expect ( total ) . to . equal ( expected_row_count ) ;
153
- } ) ;
151
+ . find ( "tr" )
152
+ . then ( ( row ) => {
153
+ let total = row . length - 1 ;
154
+ expect ( total ) . to . equal ( expected_row_count ) ;
155
+ } ) ;
154
156
} ) ;
155
157
} ) ;
156
158
@@ -176,27 +178,29 @@ describe('Testing traces tree view', () => {
176
178
//Waiting time for render to complete
177
179
cy . get ( "[data-test-subj='treeExpandAll']" ) . click ( ) ;
178
180
cy . get ( "[data-test-subj='treeCollapseAll']" ) . click ( ) ;
179
-
180
- cy . get ( "[data-test-subj='spanId-link']" ) . then ( ( initialSpanIds ) => {
181
- const initialCount = initialSpanIds . length ;
182
- expect ( initialCount ) . to . equal ( 6 ) ;
183
-
184
- cy . get ( "[data-test-subj='treeExpandAll']" ) . click ( ) ;
185
-
186
- cy . get ( "[data-test-subj='spanId-link']" ) . then ( ( expandedSpanIds ) => {
187
- const expandedCount = expandedSpanIds . length ;
188
- expect ( expandedCount ) . to . equal ( 10 ) ;
189
- } ) ;
190
-
191
- cy . get ( "[data-test-subj='treeCollapseAll']" ) . click ( ) ;
192
-
193
- cy . get ( "[data-test-subj='spanId-link']" ) . then ( ( collapsedSpanIds ) => {
194
- const collapsedCount = collapsedSpanIds . length ;
195
- expect ( collapsedCount ) . to . equal ( 6 ) ; // Collapsed rows should match the initial count
181
+
182
+ cy . get ( "[data-test-subj='spanId-link']" )
183
+ . should ( 'have.length' , 6 )
184
+ . then ( ( initialSpanIds ) => {
185
+ const initialCount = initialSpanIds . length ;
186
+ expect ( initialCount ) . to . equal ( 6 ) ;
187
+
188
+ cy . get ( "[data-test-subj='treeExpandAll']" ) . click ( ) ;
189
+
190
+ cy . get ( "[data-test-subj='spanId-link']" ) . then ( ( expandedSpanIds ) => {
191
+ const expandedCount = expandedSpanIds . length ;
192
+ expect ( expandedCount ) . to . equal ( 10 ) ;
193
+ } ) ;
194
+
195
+ cy . get ( "[data-test-subj='treeCollapseAll']" ) . click ( ) ;
196
+
197
+ cy . get ( "[data-test-subj='spanId-link']" ) . then ( ( collapsedSpanIds ) => {
198
+ const collapsedCount = collapsedSpanIds . length ;
199
+ expect ( collapsedCount ) . to . equal ( 6 ) ; // Collapsed rows should match the initial count
200
+ } ) ;
196
201
} ) ;
197
- } ) ;
198
202
} ) ;
199
-
203
+
200
204
it ( 'Verifies tree view expand arrow functionality' , ( ) => {
201
205
cy . get ( '.euiButtonGroup' ) . contains ( 'Tree view' ) . click ( ) ;
202
206
cy . contains ( 'Expand all' ) . should ( 'exist' ) ;
@@ -208,30 +212,30 @@ describe('Testing traces tree view', () => {
208
212
cy . get ( "[data-test-subj='spanId-link']" ) . then ( ( initialSpanIds ) => {
209
213
const initialCount = initialSpanIds . length ;
210
214
expect ( initialCount ) . to . equal ( 6 ) ;
211
-
215
+
212
216
// Find and click the first tree view expand arrow
213
217
cy . get ( "[data-test-subj='treeViewExpandArrow']" ) . first ( ) . click ( ) ;
214
-
218
+
215
219
// Check the number of Span IDs after expanding the arrow (should be 7)
216
220
cy . get ( "[data-test-subj='spanId-link']" ) . then ( ( expandedSpanIds ) => {
217
221
const expandedCount = expandedSpanIds . length ;
218
222
expect ( expandedCount ) . to . equal ( 7 ) ;
219
223
} ) ;
220
224
} ) ;
221
225
} ) ;
222
-
226
+
223
227
it ( 'Verifies span flyout' , ( ) => {
224
228
cy . get ( '.euiButtonGroup' ) . contains ( 'Tree view' ) . click ( ) ;
225
229
cy . contains ( 'Expand all' ) . should ( 'exist' ) ;
226
230
cy . contains ( "Collapse all" ) . should ( 'exist' )
227
231
// Waiting time for render to complete
228
232
cy . get ( "[data-test-subj='treeExpandAll']" ) . click ( ) ;
229
233
cy . get ( "[data-test-subj='treeCollapseAll']" ) . click ( ) ;
230
-
234
+
231
235
// Open flyout for a span
232
236
cy . get ( "[data-test-subj='spanId-link']" )
233
- . contains ( SPAN_ID_TREE_VIEW )
234
- . click ( )
237
+ . contains ( SPAN_ID_TREE_VIEW )
238
+ . click ( )
235
239
cy . contains ( 'Span detail' ) . should ( 'exist' ) ;
236
240
cy . contains ( 'Span attributes' ) . should ( 'exist' ) ;
237
241
} ) ;
0 commit comments