Skip to content

Commit 0fa2ebd

Browse files
committed
Reverting some changes
1 parent 5af063a commit 0fa2ebd

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

e2e/ApplicationLifecycleTest.test.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ describe.e2e('application lifecycle test', () => {
1212
await device.launchApp({ newInstance: true });
1313
});
1414

15-
it('should have lifecycle mount events', async () => {
16-
await expect(elementByLabel('componentWillAppear')).toBeVisible();
17-
await expect(elementByLabel('componentDidAppear')).toBeVisible();
18-
});
19-
2015
it('push a screen to ensure its not there after reload', async () => {
2116
await elementById(TestIDs.STACK_BTN).tap();
2217
await elementById(TestIDs.PUSH_BTN).tap();

e2e/StaticLifecycleEvents.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ describe('static lifecycle events', () => {
1010
await elementById(TestIDs.SHOW_STATIC_EVENTS_SCREEN).tap();
1111
await elementById(TestIDs.STATIC_EVENTS_OVERLAY_BTN).tap();
1212
await expect(elementByLabel('Static Lifecycle Events Overlay')).toBeVisible();
13-
await expect(elementByLabel('componentWillAppear | EventsOverlay | Component')).toBeVisible();
1413
await expect(elementByLabel('componentDidAppear | EventsOverlay | Component')).toBeVisible();
1514
await elementById(TestIDs.CLEAR_OVERLAY_EVENTS_BTN).tap();
1615
});

playground/ios/playground.xcodeproj/xcshareddata/xcschemes/SnapshotRecordTests.xcscheme

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@
8989
savedToolIdentifier = ""
9090
useCustomWorkingDirectory = "NO"
9191
debugDocumentVersioning = "YES">
92+
<MacroExpansion>
93+
<BuildableReference
94+
BuildableIdentifier = "primary"
95+
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
96+
BuildableName = "playground.app"
97+
BlueprintName = "playground"
98+
ReferencedContainer = "container:playground.xcodeproj">
99+
</BuildableReference>
100+
</MacroExpansion>
92101
</ProfileAction>
93102
<AnalyzeAction
94103
buildConfiguration = "Debug">

0 commit comments

Comments
 (0)