Skip to content

Commit 2eebfc2

Browse files
committed
upate
1 parent dfd00b9 commit 2eebfc2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

challenges/ecosystem/06.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,17 @@
99

1010
End-to-end (E2E) testing involves testing the complete functionality of an application from the user's perspective, ensuring all components work together as expected.
1111

12-
Maestro is a powerful library for automating user interactions in your React Native app, allowing you to write and run E2E tests.
12+
Maestro is a library for automating user interactions in your React Native app, allowing you to write and run E2E tests.
1313

1414
- Check the [Maestro documentation](https://maestro.mobile.dev/getting-started/installing-maestro).
1515

1616
## 👨‍🚀 Exercise 6
1717

1818
### Setting Up Maestro
1919

20-
1. **Install Maestro**:
21-
Follow the [getting started guide](https://maestro.mobile.dev/getting-started/installing-maestro) to install Maestro on your laptop.
20+
- [ ] Install Maestro
21+
22+
Follow the [getting started guide](https://maestro.mobile.dev/getting-started/installing-maestro) to install Maestro on your laptop.
2223

2324
### Writing Your First Test
2425

@@ -73,4 +74,4 @@ appId: host.exp.Exponent
7374

7475
- [ ] Write more tests for your application.
7576
- [ ] Explore Maestro's documentation to learn more about its capabilities.
76-
- [ ] Write a more complex test that involves testIDs.
77+
- [ ] Write a more complex test that involves `testID`s.

hackathon/spacecraft/src/screens/StarshipDetailsScreen.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export const StarshipDetailsScreen = ({
5555
const scale = useSharedValue(1);
5656

5757
const theme = useTheme();
58-
console.log("🚀 ~ theme:", theme);
5958

6059
return (
6160
<View style={{ backgroundColor: theme.colors.background }}>

0 commit comments

Comments
 (0)