File tree 3 files changed +7
-9
lines changed
3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @qoretechnologies/reqraft" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.6.2 " ,
4
4
"description" : " ReQraft is a collection of React components and hooks that are used across Qore Technologies' products made using the ReQore component library from Qore." ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
53
53
"@babel/preset-typescript" : " ^7.12.7" ,
54
54
"@chromatic-com/storybook" : " ^1.5.0" ,
55
55
"@netsells/storybook-mockdate" : " ^0.3.3" ,
56
- "@qoretechnologies/reqore" : " ^0.47.2 " ,
56
+ "@qoretechnologies/reqore" : " ^0.47.3 " ,
57
57
"@storybook/addon-actions" : " ^8.1.7" ,
58
58
"@storybook/addon-essentials" : " ^8.1.7" ,
59
59
"@storybook/addon-interactions" : " ^8.1.7" ,
Original file line number Diff line number Diff line change @@ -160,8 +160,7 @@ export const ReconnectFails: Story = {
160
160
await testsClickButton ( { label : 'Kill' } ) ;
161
161
await testsWaitForText ( 'Websocket Status: CONNECTING' ) ;
162
162
await expect ( args . onReconnecting ) . toHaveBeenCalled ( ) ;
163
- await testsWaitForText ( 'Websocket Status: CLOSED' ) ;
164
- await waitFor ( ( ) => expect ( args . onReconnectFailed ) . toHaveBeenCalled ( ) , { timeout : 10000 } ) ;
163
+ await waitFor ( ( ) => expect ( args . onReconnectFailed ) . toHaveBeenCalled ( ) , { timeout : 20000 } ) ;
165
164
} ,
166
165
} ;
167
166
@@ -193,7 +192,6 @@ export const WithLogs: Story = {
193
192
play : async ( { args, ...rest } ) => {
194
193
await Reconnects . play ( { args, ...rest } ) ;
195
194
196
- await testsWaitForText ( 'Reconnecting... Attempt 4' ) ;
197
195
await testsWaitForText ( 'Connection opened' ) ;
198
196
} ,
199
197
} ;
Original file line number Diff line number Diff line change 2546
2546
resolved "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz"
2547
2547
integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==
2548
2548
2549
- "@qoretechnologies/reqore@^0.47.2 ":
2550
- version "0.47.2 "
2551
- resolved "https://registry.yarnpkg.com/@qoretechnologies/reqore/-/reqore-0.47.2 .tgz#5ae8f9eba5d7ef2a85f3844b073a0a4757b9a395 "
2552
- integrity sha512-RYdyZr6ggjH2o1xvLnqszaUWLuv10iQjh1ia3Trxv3B/glbpq9ACcra/olD4/sdmi7NLY/FthOiDqMjKz7f5nw ==
2549
+ "@qoretechnologies/reqore@^0.47.3 ":
2550
+ version "0.47.3 "
2551
+ resolved "https://registry.yarnpkg.com/@qoretechnologies/reqore/-/reqore-0.47.3 .tgz#e7dd92d333abc904162960e7fa321b8b707fbe22 "
2552
+ integrity sha512-MnXvO5DLcaY/ZJxWggOtpOGhv1KzG1knWm6oOhwCfSxBv4O9zEM1GFEtAJj4fJY8IBpDqB7VSiTHWSLoByrUVw ==
2553
2553
dependencies:
2554
2554
"@internationalized/date" "^3.5.3"
2555
2555
"@popperjs/core" "^2.11.6"
You can’t perform that action at this time.
0 commit comments