Skip to content
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

Add settings web testing / change the values and check it after web b… #2721

Merged
merged 1 commit into from
Feb 23, 2017

Conversation

desurd
Copy link
Contributor

@desurd desurd commented Feb 3, 2017

…rowsing

Signed-off-by: desurd david.desurmont@gmail.com

settings.changeScallingFactor(scallingVar)
waterfall.go()
settings.goSettings().then () ->
browser.sleep(1000)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why a sleep? I dont thing there is a need.

I dont think the then() is needed either

settings.goSettings()
settings.changeColumnWidth(columnVar)
waterfall.go()
settings.goSettings().then () ->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

@codecov
Copy link

codecov bot commented Feb 3, 2017

Codecov Report

Merging #2721 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #2721   +/-   ##
=======================================
  Coverage   87.35%   87.35%           
=======================================
  Files         310      310           
  Lines       32837    32837           
=======================================
  Hits        28684    28684           
  Misses       4153     4153

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6f151c7...a893f06. Read the comment docs.

@tardyp tardyp closed this Feb 4, 2017
@tardyp tardyp reopened this Feb 4, 2017
@tardyp
Copy link
Member

tardyp commented Feb 16, 2017

@desurd Looks like you forgot to fix that one

…rowsing

Signed-off-by: desurd <david.desurmont@gmail.com>
@tardyp tardyp merged commit cef04ca into buildbot:master Feb 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants