Skip to content

Commit 3981b08

Browse files
authored
Merge pull request #1090 from gemini-testing/sp.update-examples
chore(examples): update tool versions for examples
2 parents 819d336 + d34ba70 commit 3981b08

File tree

10 files changed

+8892
-12617
lines changed

10 files changed

+8892
-12617
lines changed

examples/component-testing/create-react-app/package-lock.json

Lines changed: 3301 additions & 4837 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/component-testing/create-react-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
},
4343
"devDependencies": {
4444
"@vitejs/plugin-react": "^4.3.0",
45-
"html-reporter": "^10.6.8",
46-
"testplane": "^8.20.3",
45+
"html-reporter": "latest",
46+
"testplane": "latest",
4747
"vite": "^5.2.12"
4848
}
4949
}

examples/component-testing/create-react-app/src/tests/example.testplane.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { render } from '@testing-library/react';
22
import App from "../App";
33

4-
it('should render react button', async ({ browser }) => {
4+
it('should check if the link exists', async ({ browser }) => {
55
render(<App />);
66

77
const linkElement = await browser.$("=Learn React");

0 commit comments

Comments
 (0)