Skip to content

Commit

Permalink
Playwright fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Nov 24, 2022
1 parent 6de8151 commit 54def4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/components/GroupAddEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
</div>
<!-- These are inputs for playwright testing. -->
<input type="text" id="lat" name="lat" v-model="lat" style="width: 1px; height: 1px; position: fixed; bottom: 65px; left: 0px;" />
<input type="text" id="lng" name="lng" v-model="lng" style="width: 1px; height: 1px; position: fixed; bottom: 65px; left: 2px;" />
<input type="text" id="location" name="location" v-model="location" style="width: 1px; height: 1px; position: fixed; bottom: 65px; left: 4px;" />
<input type="text" id="lng" name="lng" v-model="lng" style="width: 1px; height: 1px; position: fixed; bottom: 65px; left: 10px;" />
<input type="text" id="location" name="location" v-model="location" style="width: 1px; height: 1px; position: fixed; bottom: 65px; left: 20px;" />

<GroupLocation
:all-groups="groups"
Expand Down

0 comments on commit 54def4b

Please sign in to comment.