From 211ca4ee9c65e2cd18daf8173bf7888f6fd84ade Mon Sep 17 00:00:00 2001 From: Kamil Sobol Date: Mon, 10 Jul 2023 10:30:03 -0700 Subject: [PATCH] chore: more changes --- .../schema-api-directives/tests/auth-owner11.ts | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/packages/amplify-e2e-tests/src/schema-api-directives/tests/auth-owner11.ts b/packages/amplify-e2e-tests/src/schema-api-directives/tests/auth-owner11.ts index 9064560eefb..60926267074 100644 --- a/packages/amplify-e2e-tests/src/schema-api-directives/tests/auth-owner11.ts +++ b/packages/amplify-e2e-tests/src/schema-api-directives/tests/auth-owner11.ts @@ -1,8 +1,16 @@ /* eslint-disable */ -import { addApi, amplifyPushWithoutCodegen, updateAuthAddUserGroups, getAmplifyFlutterConfig } from '@aws-amplify/amplify-e2e-core'; -import { signInUser, getConfiguredAppsyncClientCognitoAuth, setupUser, getUserPoolId } from '@aws-amplify/amplify-e2e-core'; -import { updateSchemaInTestProject, testMutations, testQueries, testSubscriptions } from '../common'; +import { + addApi, + amplifyPushWithoutCodegen, + getAmplifyFlutterConfig, + getConfiguredAppsyncClientCognitoAuth, + getUserPoolId, + setupUser, + signInUser, + updateAuthAddUserGroups, +} from '@aws-amplify/amplify-e2e-core'; import Amplify from 'aws-amplify'; +import { testMutations, testQueries, testSubscriptions, updateSchemaInTestProject } from '../common'; const GROUPNAME = 'Admin'; const USERNAME = 'user1';