Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Mar 23, 2019
1 parent cad2239 commit e189a2d
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 17 deletions.
Binary file modified docs/docgen/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/docgen/doctrees/guides/FAQ.doctree
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/docgen/html/_sources/guides/FAQ.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ more over time. See them
Asking for refunds
------------------

If you have bought the iOS version of the app, it doesn't look like I
can process a refund anymore. If any developer knows how, please let me
know. Apple wants you to contact them directly using
`this <https://support.apple.com/en-us/HT204084>`__ link.
For iOS: To get a refund, Apple wants you to contact them directly
using `this <https://support.apple.com/en-us/HT204084>`__ link. There used to be
a time when I could process a refund myself, but it seems Apple doesn't provide
that interface anymore.

For Android: If you're not happy with zmNinja and have bought the app,
please `send me an email <mailto:pliablepixels@gmail.com>`__ **with your
Expand Down
8 changes: 4 additions & 4 deletions docs/docgen/html/guides/FAQ.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,10 @@ <h2>zmNinja Help<a class="headerlink" href="#zmninja-help" title="Permalink to t
</div>
<div class="section" id="asking-for-refunds">
<h2>Asking for refunds<a class="headerlink" href="#asking-for-refunds" title="Permalink to this headline"></a></h2>
<p>If you have bought the iOS version of the app, it doesn’t look like I
can process a refund anymore. If any developer knows how, please let me
know. Apple wants you to contact them directly using
<a class="reference external" href="https://support.apple.com/en-us/HT204084">this</a> link.</p>
<p>For iOS: To get a refund, Apple wants you to contact them directly
using <a class="reference external" href="https://support.apple.com/en-us/HT204084">this</a> link. There used to be
a time when I could process a refund myself, but it seems Apple doesn’t provide
that interface anymore.</p>
<p>For Android: If you’re not happy with zmNinja and have bought the app,
please <a class="reference external" href="mailto:pliablepixels&#37;&#52;&#48;gmail&#46;com">send me an email</a> <strong>with your
order id</strong>.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/docgen/html/searchindex.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/guides/FAQ.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ more over time. See them
Asking for refunds
------------------

If you have bought the iOS version of the app, it doesn't look like I
can process a refund anymore. If any developer knows how, please let me
know. Apple wants you to contact them directly using
`this <https://support.apple.com/en-us/HT204084>`__ link.
For iOS: To get a refund, Apple wants you to contact them directly
using `this <https://support.apple.com/en-us/HT204084>`__ link. There used to be
a time when I could process a refund myself, but it seems Apple doesn't provide
that interface anymore.

For Android: If you're not happy with zmNinja and have bought the app,
please `send me an email <mailto:pliablepixels@gmail.com>`__ **with your
Expand Down
2 changes: 1 addition & 1 deletion tests/chromedriver/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
chromedriver
chromedriver*
2 changes: 1 addition & 1 deletion tests/startappium.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
appium --chromedriver-executable ./chromedriver/chromedriver
appium --chromedriver-executable ./chromedriver/chromedriver55
5 changes: 3 additions & 2 deletions tests/testcases/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ def setUp(self):
'platformName': 'Android',
'automationName': 'UiAutomator2',
'platformVersion': '7.1.1',
'deviceName': 'Pixel',
'avd': 'zmNinja',
'deviceName': 'DoesntMatter',
'avd': 'zmNinja_7_1_1',
# 'avd': 'zmNinja_6_0',
'nativeWebTap': True,
'nativeWebScreenshot': True, # important, for screenshots
'autoAcceptAlerts': True,
Expand Down

0 comments on commit e189a2d

Please sign in to comment.