forked from jsnbuchanan/crowd-funder-for-time-pwa
Added IDs for Playwright targeting
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user