feat : add Table component #95
Annotations
2 errors
src/components/Progress/Progress.test.tsx > <Progress/> > renders the task list:
src/components/Progress/Progress.test.tsx#L34
TestingLibraryElementError: Unable to find an accessible element with the role "listitem"
Here are the accessible roles:
main:
Name "":
<main
class="_progress_e5fb97"
/>
--------------------------------------------------
banner:
Name "":
<header />
--------------------------------------------------
link:
Name "Go to the homepage":
<a
aria-label="Go to the homepage"
class="_logoLink_63c2ea"
href="http://www.dalestudy.com"
/>
--------------------------------------------------
heading:
Name "Progress":
<h1 />
Name "Profile Section":
<h2
id="profile"
/>
Name "0 Attempting":
<h3 />
--------------------------------------------------
region:
Name "Profile Section":
<section
aria-labelledby="profile"
/>
Name "":
<section
aria-labelledby="problem-list"
/>
--------------------------------------------------
img:
Name "Profile":
<img
alt="Profile"
src="profile_image_url"
/>
--------------------------------------------------
paragraph:
Name "":
<p />
Name "":
<p />
Name "":
<p />
--------------------------------------------------
button:
Name "PR 리스트":
<button />
--------------------------------------------------
table:
Name "":
<table
class="_table_5bbf24"
/>
--------------------------------------------------
rowgroup:
Name "":
<thead />
Name "":
<tbody />
--------------------------------------------------
row:
Name "Task problem title Task difficulty Task completion status":
<tr />
Name "128. Longest Consecutive Sequence Med. Completed":
<tr />
Name "1. Two Sum Easy Completed":
<tr />
Name "257. Binary Tree Paths Easy Incomplete":
<tr />
Name "133. Clone Graph Med. Completed":
<tr />
--------------------------------------------------
columnheader:
Name "Task problem title":
<th
aria-label="Task problem title"
class="_problemHeading_5bbf24"
/>
Name "Task difficulty":
<th
aria-label="Task difficulty"
class="_difficultyHeading_5bbf24"
/>
Name "Task completion status":
<th
aria-label="Task completion status"
class="_statusHeading_5bbf24"
/>
--------------------------------------------------
cell:
Name "128. Longest Consecutive Sequence":
<td
class="_problemData_5bbf24"
/>
Name "Med.":
<td
class="_difficultyData_5bbf24 _medium_5bbf24"
/>
Name "Completed":
<td
aria-label="Completed"
class="_statusData_5bbf24"
/>
Name "1. Two Sum":
<td
class="_problemData_5bbf24"
/>
Name "Easy":
<td
class="_difficultyData_5bbf24 _easy_5bbf24"
/>
Name "Completed":
<td
aria-label="Completed"
class="_statusData_5bbf24"
/>
Name "257. Binary Tree Paths":
<td
class="_problemData_5bbf24"
/>
Name "Easy":
<td
class="_difficultyData_5bbf24 _easy_5bbf24"
/>
Name "Incomplete":
<td
aria-label="Incomplete"
class="_statusData_5bbf24"
/>
Name "133. Clone Graph":
<td
class="_problemData_5bbf24"
/>
Name "Med.":
<td
class="_difficultyData_5bbf24 _medium_5bbf24"
/>
Name "Completed":
<td
aria-label="Completed"
class="_statusData_5bbf24"
/>
--------------------------------------------------
Ignored nodes: comments, script, style
<body>
<div>
<main
class="_progress_e5fb97"
>
<div
class="_headerWrapper_63c2ea"
>
<header>
<a
aria-label="Go to the homepage"
class="_logoLink_63c2ea"
href="http://www.dalestudy.com"
>
<svg
fill="none"
height="22"
id="logo"
viewBox="0 0 45 22"
width="45"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M14.84 19.03L0.29 12.61V10.51L14.84 3.25V6.76L4.82 11.41L14.84 15.52V19.03ZM28.408 0.579999L20.428 22H16.378L24.358 0.579999H28.408ZM29.8505 15.52L39.8705 11.41L29.8505 6.76V3.25L44.4005 10.51V12.61L29.8505 19.
|
build
Process completed with exit code 1.
|