Skip to content

Commit

Permalink
chore: more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolk committed Jul 10, 2023
1 parent e93c60f commit 211ca4e
Showing 1 changed file with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 211ca4e

Please sign in to comment.