Tim Macfarlane

Results 20 comments of Tim Macfarlane

Any movement on this?

Hi @AlecRust, does this happen in iOS Safari?

hi @javiercornejo there is some work to do this but TBH it's pretty _beta_. Take a look at PR #32. Would love any feedback if you have any.

Hi @adrianowy There's (currently) no way to get at the table name from the model, but there is from an instance of the model. For e.g. ```js const programName =...

Hi @excid3 Just to give a bit more explanation to what's going on here. We start with `test_tenant` set to `test_account`, this behaves like this: ```ruby # start (set test_tenant...

Ideally should be able to do this ``` browser.set({ Email: '[email protected]', }) browser.assert({ Email: '[email protected]', }) ```

it makes some sense to support `contenteditable`, but would you expect to type HTML or text?

major problem here is that browser monkey retries assertions until they pass (or until timeout) - if we can get this to work with custom assertions then i'm in favour...

perhaps `shouldDisappear()` ? So we first check that it exists, then ensure that it disappears.