Re: [wtr-general] Re: List of items that refresh every second

2019-02-12 Thread 'John Fitisoff' via Watir General
I may be misunderstanding, but you probably want something that'll loop until a condition is met, then poll all of the (divs, spans whatever) checking for one with text matching job name + status. Watir has some wait functionality and there are gems that do this also. rspec-wait's pretty good

[wtr-general] Re: List of items that refresh every second

2019-02-11 Thread Titus Fortner
I'm not certain I understand what you are looking for. For a specific test run you can get a progress bar with an RSpec formatter like https://github.com/thekompanee/fuubar Most of the time, though "Jobs" are "Test Suite Executions" and status is handled by CI tools like Jenkins. On

[wtr-general] Re: List of items that refresh every second

2019-02-06 Thread Joe Fl
As a user I want to confirm the job I requested has completed with results. The list contains many jobs in many different statuses. status is as follows: pending, running, result On Tuesday, January 29, 2019 at 3:13:05 AM UTC-5, Lakshya Kapoor wrote: > > What exactly are you trying to test

[wtr-general] Re: List of items that refresh every second

2019-01-29 Thread Lakshya Kapoor
What exactly are you trying to test with the jobs? We'll need a proper test case to be able to help you. On Monday, January 28, 2019 at 11:23:25 AM UTC-8, Joe Fl wrote: > > Hi all, > > I have a list of jobs being executed that show the progress of the job. > This list refreshes every second