Table of Contents

Interface IUserButtonComponent

Namespace
GroupeIsa.Neos.EndToEndTests.UI.Components
Assembly
GroupeIsa.Neos.EndToEndTests.UI.dll

Provides the functionalities of user button component for automation.

[AbstractionComponent("user-button")]
public interface IUserButtonComponent : IAutomationComponent
Inherited Members

Properties

GetTenantName

Gets the tenant name.

ITextComponent? GetTenantName { get; }

Property Value

ITextComponent

GetUserEmail

Gets the user email.

ITextComponent? GetUserEmail { get; }

Property Value

ITextComponent

GetUserFullNane

Gets the user full name.

ITextComponent? GetUserFullNane { get; }

Property Value

ITextComponent

LogoutButton

Gets the logout button component.

IButtonComponent? LogoutButton { get; }

Property Value

IButtonComponent

TenantsChoice

Gets the tenants choice.

ITextComponent? TenantsChoice { get; }

Property Value

ITextComponent