You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: webview/src/plots/components/App.test.tsx
+29-18Lines changed: 29 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -336,18 +336,18 @@ describe('App', () => {
336
336
expect(loading).toHaveLength(3)
337
337
})
338
338
339
-
it('should render only get started (buttons: add plots, add experiments, add custom plots) when there are some selected exps, all unselected plots, and no custom plots',async()=>{
339
+
it('should render only get started (buttons: select plots, add experiments, add custom plots) when there are some selected exps, all unselected plots, and no custom plots',async()=>{
it('should render get started (buttons: add plots, add experiments) and custom section when there are some selected exps, all unselected plots, and added custom plots',async()=>{
430
+
it('should render get started (buttons: select plots, add experiments) and custom section when there are some selected exps, all unselected plots, and added custom plots',async()=>{
it('should render only get started (buttons: add experiments, add custom plots) when there are no selected exps and no custom plots',async()=>{
465
+
it('should render only get started (buttons: add experiments, add custom plots, add plots) when there are no selected exps and no custom plots',async()=>{
it('should render get started (buttons: add experiments) and custom section when there are no selected exps and added custom plots',async()=>{
503
+
it('should render get started (buttons: add experiments, add plots) and custom section when there are no selected exps and added custom plots',async()=>{
0 commit comments