Added IDs for Playwright targeting

This commit is contained in:
Jose Olarte III
2024-07-30 16:35:55 +08:00
parent 5334c5970b
commit a410836539
5 changed files with 21 additions and 17 deletions

View File

@@ -86,7 +86,7 @@
Look for projects worth some of your time.
</router-link>
</div>
<ul class="border-t border-slate-300">
<ul id="listOffers" class="border-t border-slate-300">
<li
class="border-b border-slate-300"
v-for="offer in offers"
@@ -194,7 +194,7 @@
<fa icon="plus" class="bg-blue-600 text-white px-1 py-1 rounded-full" />
button. You'll never know until you try.
</div>
<ul class="border-t border-slate-300">
<ul id="listProjects" class="border-t border-slate-300">
<li
class="border-b border-slate-300"
v-for="project in projects"