Giter VIP home page Giter VIP logo

chimp-widgets's People

Contributors

dominikguzei avatar lewisw avatar samhatoum avatar sanjo avatar tikolakin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chimp-widgets's Issues

Cannot find Widget of Undefined

I am trying to get the widgets working- I have both Chimp and chimp-widgets installed globally... my widget file looks like:

module.exports = function(){
    this.Before(function(done){
        this.SearchPage = this.widgets.Widget.extend({
            selector: '#searchform',
            searchFor: function(query){
              this.setValue('input[name="q"]', searchTerm);
              this.keys(['Enter']);
            }

        });
        this.SearchPage.url = 'www.google.com';
        done();
    });
};

When I run chimp I get the error:

TypeError: Cannot read property 'Widget' of undefined
  at World.<anonymous> (features/support/widgets.js:3:39)

Unexpected behavior when nesting browser actions inside chimp-widgets

Scenario: At the end of each test we want to make sure that the user logs out. We wait for the logout button to be visible to finish any remaining animations and then click the logout button.

Problem: While the login button is visible, @find('button.sign-out').click() complains that undefined (@find('button.sign-out')) has no method click

This is the code that does not work

        return @waitForVisible('button.sign-out').then =>
          @find('button.sign-out').click()

This is the code that is working

        return @find('.sign-out').click()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.