Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4d18d2b

Browse files
author
Filip Hric
committed
update cypress to latest version
1 parentd40928b commit4d18d2b

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

‎cypress/support/@types/selectors.d.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export type Selectors =
3737
|'find-location'
3838
|'first-board'
3939
|'footer-link'
40+
|'google-button'
4041
|'header-month'
4142
|'header-year'
4243
|'home'

‎package-lock.json‎

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"devDependencies": {
7070
"@cypress/skip-test":"^2.6.1",
7171
"@types/leaflet":"^1.7.11",
72-
"cypress":"^10.3.0",
72+
"cypress":"^10.4.0",
7373
"esbuild":"^0.14.7",
7474
"eslint":"^8.5.0",
7575
"eslint-plugin-cypress":"^2.12.1",

‎src/components/GoogleButton.vue‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<template>
2-
<buttonclass="inline-flex justify-center items-center py-2 px-4 mt-2 w-full text-sm text-white hover:bg-zinc-50 border">
2+
<button
3+
class="inline-flex justify-center items-center py-2 px-4 mt-2 w-full text-sm text-white hover:bg-zinc-50 border"
4+
data-cy="google-button"
5+
>
36
<svg
47
xmlns="http://www.w3.org/2000/svg"
58
width="18"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp