You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AmplifyPlugins/DataStore/AWSDataStoreCategoryPluginAuthIntegrationTests/DefaultAuthCognito/AWSDataStoreCategoryPluginAuthIntegrationTests.swift
-125Lines changed: 0 additions & 125 deletions
Original file line number
Diff line number
Diff line change
@@ -78,131 +78,6 @@ class AWSDataStoreCategoryPluginAuthIntegrationTests: AWSDataStoreAuthBaseTest {
78
78
XCTAssertEqual(user.username, remoteTodoOwner)
79
79
}
80
80
81
-
/// User1, while signed in, creates some data, called "NewUser1Data" in a local store. We wait for this data to be
82
-
/// synced to the cloud and then call `DataStore.clear()` so that data will be destroyed in the local data store and
83
-
/// the remote sync engine will be halted. After this finishes, we sign out of user1 and sign in with user2, which
84
-
/// will restart the sync engine and read all of data from the backend including "NewUser1Data".
85
-
///
86
-
/// - Given: A DataStore plugin configured with auth enabled TodoExplicitOwnerField model that can be read others.
87
-
/// - When:
88
-
/// - The owner user is signed in, user saves a todo, syncReceived successfully
89
-
/// - Owner signs out, `DataStore.clear`, then retrieving the todo returns nil
90
-
/// - The other user signs in, sync engine is started and does a full sync
91
-
/// - The other user is able to retrieve the owner's todo
Copy file name to clipboardExpand all lines: AmplifyPlugins/DataStore/AWSDataStoreCategoryPluginAuthIntegrationTests/DefaultAuthCognito/Models/TodoCustomOwnerExplicit+Schema.swift
Copy file name to clipboardExpand all lines: AmplifyPlugins/DataStore/AWSDataStoreCategoryPluginAuthIntegrationTests/DefaultAuthCognito/Models/TodoCustomOwnerImplicit+Schema.swift
Copy file name to clipboardExpand all lines: AmplifyPlugins/DataStore/AWSDataStoreCategoryPluginAuthIntegrationTests/DefaultAuthCognito/Models/TodoExplicitOwnerField+Schema.swift
Copy file name to clipboardExpand all lines: AmplifyPlugins/DataStore/AWSDataStoreCategoryPluginAuthIntegrationTests/DefaultAuthCognito/Models/TodoImplicitOwnerField+Schema.swift
Copy file name to clipboardExpand all lines: AmplifyPlugins/DataStore/AWSDataStoreCategoryPluginAuthIntegrationTests/DefaultAuthCognito/singleauth-cognito-schema.graphql
0 commit comments