Skip to content
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public async Task SignInAndOutRepeatedly_Guest()
{
try
{
login.ResetLoginAfterTest();
await wallet.DropThisSession();
repetitions++;
await login.ConnectToWaaSAsGuest();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: eb6fa7d82312143d9b451ac5e7465a38, type: 3}
m_Name:
m_EditorClassIdentifier:
_type: 0
_start: 0.6
_duration: 0.25
_animationCurve:
Expand Down Expand Up @@ -647,9 +646,9 @@ MonoBehaviour:
m_lineSpacingMax: 0
m_paragraphSpacing: 0
m_charWidthMaxAdj: 0
m_enableWordWrapping: 1
m_enableWordWrapping: 0
m_wordWrappingRatios: 0.4
m_overflowMode: 0
m_overflowMode: 1
m_linkedTextComponent: {fileID: 0}
parentLinkedComponent: {fileID: 0}
m_enableKerning: 1
Expand Down
Loading