Skip to content

Commit ec2df7d

Browse files
committed
fix: failing google one tap tests
1 parent 4c93744 commit ec2df7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dotcom-rendering/src/components/GoogleOneTap.test.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ describe('GoogleOneTap', () => {
7171

7272
expect(navigatorGet).toHaveBeenCalledWith({
7373
identity: {
74-
context: 'signin',
74+
context: 'continue',
7575
providers: [
7676
{
7777
clientId: '774465807556.apps.googleusercontent.com',
@@ -103,7 +103,7 @@ describe('GoogleOneTap', () => {
103103

104104
expect(navigatorGet).toHaveBeenCalledWith({
105105
identity: {
106-
context: 'signin',
106+
context: 'continue',
107107
providers: [
108108
{
109109
clientId: '774465807556.apps.googleusercontent.com',
@@ -136,7 +136,7 @@ describe('GoogleOneTap', () => {
136136

137137
expect(navigatorGet).toHaveBeenCalledWith({
138138
identity: {
139-
context: 'signin',
139+
context: 'continue',
140140
providers: [
141141
{
142142
clientId: '774465807556.apps.googleusercontent.com',

0 commit comments

Comments
 (0)