File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ async function resetAudiobookIfPresent(page: Page) {
8989 await confirmReset . click ( ) ;
9090
9191 await expect (
92- page . getByText ( / C l i c k " S t a r t G e n e r a t i o n " t o b e g i n c r e a t i n g y o u r a u d i o b o o k / i)
92+ page . getByText ( / G e n e r a t i o n w i l l u s e c u r r e n t T T S p l a y b a c k o p t i o n s . / i)
9393 ) . toBeVisible ( { timeout : 60_000 } ) ;
9494}
9595
@@ -267,7 +267,7 @@ test.describe('Audiobook export', () => {
267267
268268 // After reset, the hint text for starting generation should re-appear
269269 await expect (
270- page . getByText ( / C l i c k " S t a r t G e n e r a t i o n " t o b e g i n c r e a t i n g y o u r a u d i o b o o k / i)
270+ page . getByText ( / G e n e r a t i o n w i l l u s e c u r r e n t T T S p l a y b a c k o p t i o n s . / i)
271271 ) . toBeVisible ( { timeout : 60_000 } ) ;
272272
273273 // Backend should report no existing chapters for this bookId
You can’t perform that action at this time.
0 commit comments