Skip to content

fix: livesync failures #438

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 18, 2019
Merged

fix: livesync failures #438

merged 5 commits into from
Nov 18, 2019

Conversation

endarova
Copy link
Contributor

After the new templates changes some tests that use the live sync workflows are failing in specific cases.

  • Sync on iOS device fails with:Css not applied Expected main color: [203 192 255] Actual main color: [203 194 245] . On iOS devices version > 12.1 the pink appears with some nuance and is not exactly the same.
    Fix make other change that don't have differences between simulator and device and devices with different versions.
  • master detail run on android on windows is failing with Platform specific nested SCSS not applied! The change is actually applied but because of the extensive color of the background and the small resolution of the emulator screen it is not recognized as exactly the same color.
    Fix edit the changes so we don't change the whole background with some extensive color because this causes problems in some cases.

@cla-bot cla-bot bot added the cla: yes label Nov 18, 2019
@endarova endarova merged commit ce4bc3f into master Nov 18, 2019
endarova added a commit that referenced this pull request Nov 20, 2019
* fix: docker on win (#434)

* fix: cases when iOS version is 3 digits (#437)

* fix: cases when Xcode version is 3 digits

* chore: remove unused noinspection

* fix: preview fallback path (#436)

* set preview falback path according to os

* fix win path

* fix lint errors

* fix: livesync failures (#438)

* update master detail changes

* update changes in hello world ng template

* fix process name

* chore: remove doctor templates (#439)

- Remove doctor templates.
- Add Tab Navigation Vue template.

* chore: change the way we assert changes to improve tests stability

* fix: flake8 error

* fix: win path in package.json (#443)

* fix path on win

* fix paths on windows

* update variable name

* use fail_safe option
@endarova endarova deleted the endarova/fix_lyvescync_failures branch November 21, 2019 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants