File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ describe('GoogleOneTap', () => {
71
71
72
72
expect ( navigatorGet ) . toHaveBeenCalledWith ( {
73
73
identity : {
74
- context : 'signin ' ,
74
+ context : 'continue ' ,
75
75
providers : [
76
76
{
77
77
clientId : '774465807556.apps.googleusercontent.com' ,
@@ -103,7 +103,7 @@ describe('GoogleOneTap', () => {
103
103
104
104
expect ( navigatorGet ) . toHaveBeenCalledWith ( {
105
105
identity : {
106
- context : 'signin ' ,
106
+ context : 'continue ' ,
107
107
providers : [
108
108
{
109
109
clientId : '774465807556.apps.googleusercontent.com' ,
@@ -136,7 +136,7 @@ describe('GoogleOneTap', () => {
136
136
137
137
expect ( navigatorGet ) . toHaveBeenCalledWith ( {
138
138
identity : {
139
- context : 'signin ' ,
139
+ context : 'continue ' ,
140
140
providers : [
141
141
{
142
142
clientId : '774465807556.apps.googleusercontent.com' ,
You can’t perform that action at this time.
0 commit comments