feat(test): Added test for keyboard shortcuts

This commit is contained in:
Muhammed Mustafa
2022-11-30 10:15:24 +05:30
parent 9e507d21ff
commit d43f885948
9 changed files with 168 additions and 15 deletions

View File

@@ -178,7 +178,7 @@ const emailField = (inputEl: typeof Input) => {
<a-alert class="mt-1" type="success" show-icon>
<template #message>
<div class="flex flex-row justify-between items-center py-1">
<div class="flex pl-2 text-green-700 text-xs">
<div class="flex pl-2 text-green-700 text-xs" data-testid="invite-modal-invitation-url">
{{ inviteUrl }}
</div>