integration-0.1.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Test.User

Synopsis

Documentation

testUpdateHandle :: HasCallStack => App () Source #

For now this only tests attempts to update selfhandle in E2EId-enabled teams. More tests can be found under `servicesbrigtestintegration` (and should be moved here).

testUpdateSelf :: HasCallStack => Tagged "mode" TestUpdateSelfMode -> App () Source #

For now this only tests attempts to update one's own display name, email address, or language in E2EId-enabled teams (ie., everything except handle). More tests can be found under `servicesbrigtestintegration` (and should be moved here).

data TestUpdateSelfMode Source #

Instances

Instances details
Generic TestUpdateSelfMode Source # 
Instance details

Defined in Test.User

Associated Types

type Rep TestUpdateSelfMode :: Type -> Type #

Show TestUpdateSelfMode Source # 
Instance details

Defined in Test.User

Eq TestUpdateSelfMode Source # 
Instance details

Defined in Test.User

type Rep TestUpdateSelfMode Source # 
Instance details

Defined in Test.User

type Rep TestUpdateSelfMode = D1 ('MetaData "TestUpdateSelfMode" "Test.User" "integration-0.1.0-HxuAbotgcOkA6o44Dy58kl" 'False) (C1 ('MetaCons "TestUpdateDisplayName" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "TestUpdateEmailAddress" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "TestUpdateLocale" 'PrefixI 'False) (U1 :: Type -> Type)))