Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Как игнорировать fixed header #950

Description

@Jarib4ik

When reporting a bug, make sure you provide all required info below. Reports without this information may be closed.

Output of gemini --version:
7.0.1
...

Contents of .gemini.yml file:

module.exports = {
    rootUrl: 'http://utkonos.ru',
    gridUrl: 'http://127.0.0.1:4444/wd/hub',
    "windowSize" : "1920x1080",
    browsers: {
        chrome: {
            desiredCapabilities: {
                browserName: 'chrome',
            }
        }
    },

    system: {
        plugins: {
            'html-reporter/gemini': {
                enabled: true,
                path: 'gemini-reports',
                defaultView: 'all',
                baseHost: ''
            }
        }
    },
};

Test source code:

gemini.suite('MainText', (suite) => {
    suite.setUrl('/')
        .capture('')
        .setCaptureElements('div.module_login_promo_advantages-item')
        .ignoreElements('.module_search_field_white')
});

Command used to run the test:

gemini update / gemini test

Publically accessible URL of the page you are testing against:

http://utkonos.ru

Result:
Строка поиска из фиксированной шапки не игнорируется
...

Expected behaviour:
Строка поиска из фиксированной шапки игнорируется
...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions