File tree 1 file changed +0
-7
lines changed
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 58
58
await expect ( submitButton ) . toBeVisible ( )
59
59
await page . keyboard . press ( 'Enter' )
60
60
61
- // Look out for the toast message
62
- const exportingToastMessage = page . getByText ( `Exporting...` )
63
- const alreadyExportingToastMessage = page . getByText ( `Already exporting` )
64
- await expect ( exportingToastMessage ) . toBeVisible ( )
65
- await expect ( alreadyExportingToastMessage ) . not . toBeVisible ( )
66
-
67
61
// Expect it to succeed
68
62
const errorToastMessage = page . getByText ( `Error while exporting` )
69
63
const engineErrorToastMessage = page . getByText ( `Nothing to export` )
72
66
73
67
const successToastMessage = page . getByText ( `Exported successfully` )
74
68
await expect ( successToastMessage ) . toBeVisible ( )
75
- await expect ( exportingToastMessage ) . not . toBeVisible ( )
76
69
77
70
// Check for the exported file
78
71
const firstFileFullPath = path . resolve (
You can’t perform that action at this time.
0 commit comments