Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Update screenshot mocks #20

Merged
merged 6 commits into from
Oct 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 WordPressMocks.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WordPressMocks'
s.version = '0.0.8'
s.version = '0.0.9-beta.1'
s.platform = :ios
s.summary = 'Network mocking for testing the WordPress mobile apps.'
s.homepage = 'https://github.com/wordpress-mobile/WordPressMocks'
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ID": 152748359,
"display_name": "e2eflowtestingmobile",
"username": "e2eflowtestingmobile",
"email": "[email protected]",
"email": "[email protected]",
"primary_blog": 106707880,
"primary_blog_url": "https://infocusphotographers.com",
"primary_blog_is_jetpack": false,
Expand All @@ -20,7 +20,7 @@
"token_scope": [
"global"
],
"avatar_URL": "https://1.gravatar.com/avatar/7a4015c11be6a342f65e0e169092d402?s=96&d=identicon",
"avatar_URL": "https://en.gravatar.com/avatar/35029b2103460109f574c38dfeea5f3f?s=96&d=identicon",
"profile_URL": "http://en.gravatar.com/e2eflowtestingmobile",
"verified": true,
"email_verified": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"new_user_email": "",
"user_URL": "https://infocusphotographers.com",
"language": "en",
"avatar_URL": "https://1.gravatar.com/avatar/7a4015c11be6a342f65e0e169092d402?s=200&d=mm",
"avatar_URL": "https://en.gravatar.com/avatar/35029b2103460109f574c38dfeea5f3f?s=200&d=mm",
"primary_site_ID": 106707880,
"comment_like_notification": true,
"mentions_notification": true,
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"request": {
"urlPath": "/wpcom/v2/me/gutenberg/",
"urlPath": "/wpcom/v2/me/gutenberg",
"method": "POST"
},
"response": {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -11,50 +11,33 @@
"response": {
"status": 200,
"jsonBody": {
"last_seen_time": "1553125740",
"number": 10,
"notes": [
{
"id": 3864303999,
"note_hash": 3043037365
},
{
"id": 1304254364,
"note_hash": 1137486184
},
{
"id": 3658516170,
"note_hash": 3899811297
},
{
"id": 3658516156,
"note_hash": 2262707516
},
{
"id": 3467659357,
"note_hash": 3085655305
},
{
"id": 3528647758,
"note_hash": 520929093
},
{
"id": 3473753915,
"note_hash": 1538257386
},
{
"id": 3467659628,
"note_hash": 1707514061
},
{
"id": 2584083750,
"note_hash": 2021782991
},
{
"id": 1305979273,
"note_hash": 2021782123
}
]
"last_seen_time": "1598052184",
"number": 9,
"notes": [{
"id": 4937370391,
"note_hash": 1528602550
}, {
"id": 4937363649,
"note_hash": 1391922081
}, {
"id": 4937363362,
"note_hash": 1287359074
}, {
"id": 4937360549,
"note_hash": 638476488
}, {
"id": 4937354640,
"note_hash": 492599271
}, {
"id": 4937350334,
"note_hash": 3590885648
}, {
"id": 4937367020,
"note_hash": 3233821948
}, {
"id": 4880577651,
"note_hash": 2994072417
}]
},
"headers": {
"Content-Type": "application/json",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"request": {
"urlPath": "/rest/v1.3/sites/106707880/plans",
"urlPattern": "/rest/v1.3/sites/.*/plans.*",
"method": "GET"
},
"response": {
Expand Down
Loading