Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Button component test file to new format #3353

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
066fb6d
Changes in macro.spec.js
SriHV Sep 13, 2024
4ca1af1
Merge branch 'main' into enhancement/139/testing-refactor-button
SriHV Sep 13, 2024
1fedbbf
Merge branch 'main' into enhancement/139/testing-refactor-button
SriHV Sep 17, 2024
20abb04
Merge branch 'main' into enhancement/139/testing-refactor-button
alessioventuriniAND Sep 17, 2024
69f7a29
resolving merge conflicts
SriHV Oct 3, 2024
f3644e1
changes as per comments
SriHV Oct 3, 2024
99674df
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
a2ed68a
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
2f410d2
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
84fe7b0
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
6359eb2
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
ae03def
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
5ebc1c1
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
70254b8
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
bcc4316
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
8b058aa
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
3f19ff4
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
c23e2cd
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
219d8b5
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
76f67ee
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
eaa1f07
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
1b56c6a
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
7f4877f
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
ca842c9
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
e03f158
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
52be6c3
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
035fbce
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
31b1311
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
7c47f8a
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
dd9bc1f
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
67a25b1
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
499001f
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
7afdd9d
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
a93e8af
Update src/components/button/_macro.spec.js
SriHV Oct 3, 2024
dea8095
changes as per comments
SriHV Oct 3, 2024
5a5c638
changes as per comments
SriHV Oct 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This project uses [LHCI](https://www.npmjs.com/package/@lhci/cli).

```bash
yarn global add @lhci/cli
yarn test-lighthouse
yarn test-lighthouse
```

## Testing - macros and scripts
Expand Down
Loading
Loading