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

Merged
merged 48 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 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
02e8523
Merge branch 'main' into enhancement/139/testing-refactor-button
SriHV Nov 7, 2024
bd683c8
Merge branch 'main' into enhancement/139/testing-refactor-button
SriHV Nov 11, 2024
ec15d6f
Update src/components/button/_macro.spec.js
SriHV Nov 11, 2024
fb12e80
Update src/components/button/_macro.spec.js
SriHV Nov 11, 2024
1e3496b
Update src/components/button/_macro.spec.js
SriHV Nov 11, 2024
bcfb8a5
testing
SriHV Nov 12, 2024
fe02f08
merge to main and changes as per comments
SriHV Nov 12, 2024
6895cbb
changes in url param tests
SriHV Nov 12, 2024
041f525
added few more tests
SriHV Nov 12, 2024
dfb4456
Update src/components/button/_macro.spec.js
SriHV Nov 13, 2024
144a6b0
Merge branch 'main' into enhancement/139/testing-refactor-button
SriHV Nov 13, 2024
309688a
Merge branch 'main' into enhancement/139/testing-refactor-button
SriHV Nov 13, 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