File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
special-pages/pages/new-tab/app/remote-messaging-framework/integration-tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ test.describe('newtab remote messaging framework rmf', () => {
2929 await ntp . reducedMotion ( ) ;
3030 await ntp . openPage ( { rmf : 'big_two_action' } ) ;
3131
32- await page . getByRole ( 'button' , { name : 'Take Survey ' } ) . click ( ) ;
32+ await page . getByRole ( 'button' , { name : 'View Results ' } ) . click ( ) ;
3333 await ntp . mocks . waitForCallCount ( { method : 'rmf_primaryAction' , count : 1 } ) ;
3434 } ) ;
3535
@@ -38,7 +38,7 @@ test.describe('newtab remote messaging framework rmf', () => {
3838 await ntp . reducedMotion ( ) ;
3939 await ntp . openPage ( { rmf : 'big_two_action' } ) ;
4040
41- await page . getByRole ( 'button' , { name : 'Remind me' } ) . click ( ) ;
41+ await page . getByRole ( 'button' , { name : 'Remind me later ' } ) . click ( ) ;
4242 await ntp . mocks . waitForCallCount ( { method : 'rmf_secondaryAction' , count : 1 } ) ;
4343 } ) ;
4444} ) ;
You can’t perform that action at this time.
0 commit comments