File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
tests/acceptance/settings Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ module('Acceptance | settings/cloud', function (hooks) {
6060 'service:supabase'
6161 ) as SupabaseService ;
6262 sinon . stub ( supabaseService , 'signInWithOtp' ) . resolves ( ) ;
63- sinon . stub ( supabaseService , 'signOut' ) . resolves ( ) ;
6463
6564 // eslint-disable-next-line @typescript-eslint/no-explicit-any
6665 const authenticator = this . owner . lookup ( 'authenticator:supabase' ) as any ;
@@ -78,7 +77,6 @@ module('Acceptance | settings/cloud', function (hooks) {
7877 'service:data'
7978 ) as unknown as DataService ;
8079 const synchronizeStub = sinon . stub ( dataService , 'synchronize' ) . resolves ( ) ;
81- sinon . stub ( dataService , 'reset' ) . resolves ( ) ;
8280
8381 // Step 1: Enter email and request OTP
8482 await fillIn ( '[data-test-login-input-user]' , 'testuser@gmail.com' ) ;
You can’t perform that action at this time.
0 commit comments