Skip to content

Commit

Permalink
modify tests
Browse files Browse the repository at this point in the history
  • Loading branch information
domoberzin committed Apr 2, 2024
1 parent ee3e28e commit c95cdae
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 157 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,27 +53,27 @@ exports[`AccountRequestTableComponent should display account requests with no re
<tbody>
<tr>
<td>
John Doe
name
</td>
<td>
test@email.com
email
</td>
<td>
PENDING
REGISTERED
</td>
<td>
NUS
institute
</td>
<td
id="timestamp-box"
>
Tue, 08 Feb 2022, 08:23 AM +00:00
createdTime
</td>
<td>
<div
id="comment-box"
>
Test
comment
</div>
</td>
<td
Expand Down Expand Up @@ -109,27 +109,27 @@ exports[`AccountRequestTableComponent should display account requests with no re
</tr>
<tr>
<td>
Jane Doe
name
</td>
<td>
test2@email.com
email
</td>
<td>
PENDING
REGISTERED
</td>
<td>
NUS
institute
</td>
<td
id="timestamp-box"
>
Tue, 08 Feb 2022, 08:23 AM +00:00
createdTime
</td>
<td>
<div
id="comment-box"
>
Test
comment
</div>
</td>
<td
Expand Down Expand Up @@ -247,37 +247,32 @@ exports[`AccountRequestTableComponent should display account requests with reset
<tbody>
<tr>
<td>
John Doe
name
</td>
<td>
<span
class="highlighted-text"
>
test
</span>
@email.com
email
</td>
<td>
APPROVED
REGISTERED
</td>
<td>
NUS
institute
</td>
<td
id="timestamp-box"
>
Tue, 08 Feb 2022, 08:23 AM +00:00
createdTime
</td>
<td
id="timestamp-box"
>
Not Registered Yet
registeredTime
</td>
<td>
<div
id="comment-box"
>
Test
comment
</div>
</td>
<td
Expand Down Expand Up @@ -313,7 +308,6 @@ exports[`AccountRequestTableComponent should display account requests with reset
>
<button
class="btn btn-primary"
disabled=""
id="reset-account-request-0"
>
Reset
Expand All @@ -324,37 +318,32 @@ exports[`AccountRequestTableComponent should display account requests with reset
</tr>
<tr>
<td>
Jane Doe
name
</td>
<td>
<span
class="highlighted-text"
>
test
</span>
[email protected]
email
</td>
<td>
APPROVED
REGISTERED
</td>
<td>
NUS
institute
</td>
<td
id="timestamp-box"
>
Tue, 08 Feb 2022, 08:23 AM +00:00
createdTime
</td>
<td
id="timestamp-box"
>
Not Registered Yet
registeredTime
</td>
<td>
<div
id="comment-box"
>
Test
comment
</div>
</td>
<td
Expand Down Expand Up @@ -390,7 +379,6 @@ exports[`AccountRequestTableComponent should display account requests with reset
>
<button
class="btn btn-primary"
disabled=""
id="reset-account-request-1"
>
Reset
Expand Down Expand Up @@ -459,26 +447,27 @@ exports[`AccountRequestTableComponent should snap with an expanded account reque
<tbody>
<tr>
<td>
John Doe
name
</td>
<td>
test@email.com
email
</td>
<td>
PENDING
REGISTERED
</td>
<td>
NUS
institute
</td>
<td
id="timestamp-box"
>
Tue, 08 Feb 2022, 08:23 AM +00:00
createdTime
</td>
<td>
<div
id="comment-box"
>
comment
</div>
</td>
<td
Expand Down
Loading

0 comments on commit c95cdae

Please sign in to comment.