From f8fa36381c19a0cdef9be1f29241b34fc663d236 Mon Sep 17 00:00:00 2001 From: Lukas Hirt Date: Mon, 3 Aug 2020 12:11:37 +0200 Subject: [PATCH] Add basic test scenario --- ui/components/accounts/AccountsListRow.vue | 8 ++--- ui/tests/acceptance/features/accounts.feature | 8 ++++- .../acceptance/pageobjects/accountsPage.js | 35 +++++++++++++++++++ .../stepDefinitions/accountsContext.js | 8 +++++ 4 files changed, 54 insertions(+), 5 deletions(-) diff --git a/ui/components/accounts/AccountsListRow.vue b/ui/components/accounts/AccountsListRow.vue index 90ccb51fed..1f4622c07b 100644 --- a/ui/components/accounts/AccountsListRow.vue +++ b/ui/components/accounts/AccountsListRow.vue @@ -7,22 +7,22 @@ - - + + {{ currentRole ? currentRole.displayName : $gettext('Select role') }}
  • -