@@ -79,9 +79,9 @@ describe('buildSummaryTables', () => {
79
79
colspan : '2'
80
80
}
81
81
] ,
82
- [ 'ABC-0199: XMPP Ping/PingIntegrationTest.pingAsync (Normal)' , '✅ pass ' ] ,
83
- [ 'ABC-0199: XMPP Ping/PingIntegrationTest.pingServer (Normal)' , '✅ pass ' ] ,
84
- [ 'ABC-0045: Multi-User Chat/MultiUserIntegrationTest.mucRoleTestForReceivingModerator (Normal)' , '✅ pass ' ]
82
+ [ 'ABC-0199: XMPP Ping/PingIntegrationTest.pingAsync (Normal)' , '✅ passed ' ] ,
83
+ [ 'ABC-0199: XMPP Ping/PingIntegrationTest.pingServer (Normal)' , '✅ passed ' ] ,
84
+ [ 'ABC-0045: Multi-User Chat/MultiUserIntegrationTest.mucRoleTestForReceivingModerator (Normal)' , '✅ passed ' ]
85
85
] )
86
86
expect ( flakyTable ) . toStrictEqual ( FLAKY_TABLE )
87
87
} )
@@ -146,15 +146,15 @@ describe('buildSummaryTables', () => {
146
146
colspan : '2'
147
147
}
148
148
] ,
149
- [ 'ABC-0199: XMPP Ping/PingIntegrationTest.pingAsync (Normal)' , '✅ pass ' ] ,
150
- [ 'ABC-0199: XMPP Ping/PingIntegrationTest.pingServer (Normal)' , '✅ pass ' ] ,
149
+ [ 'ABC-0199: XMPP Ping/PingIntegrationTest.pingAsync (Normal)' , '✅ passed ' ] ,
150
+ [ 'ABC-0199: XMPP Ping/PingIntegrationTest.pingServer (Normal)' , '✅ passed ' ] ,
151
151
[
152
152
{
153
153
data : '<em>ABC-0045: Multi-User Chat</em>' ,
154
154
colspan : '2'
155
155
}
156
156
] ,
157
- [ 'ABC-0045: Multi-User Chat/MultiUserIntegrationTest.mucRoleTestForReceivingModerator (Normal)' , '✅ pass ' ]
157
+ [ 'ABC-0045: Multi-User Chat/MultiUserIntegrationTest.mucRoleTestForReceivingModerator (Normal)' , '✅ passed ' ]
158
158
] )
159
159
expect ( flakyTable ) . toStrictEqual ( FLAKY_TABLE )
160
160
} )
0 commit comments