8000 Как игнорировать fixed header · Issue #950 · gemini-testing/gemini · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
10000
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
Open
@Jarib4ik

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:
Строка поиска из фиксированной шапки игнорируется
...

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

      0