gemini-testing / gemini

💀💀💀[DEPRECATED] Use hermione
https://github.com/gemini-testing/hermione
MIT License
1.5k stars 149 forks source link

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

Open Jarib4ik opened 5 years ago

Jarib4ik commented 5 years ago

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

sipayRT commented 5 years ago

Привет

что ты имеешь ввиду под "не игнорируется" - не закрашивается или не исчезает со скриншотов вообще? Для тестирования перед скриншотом можно через js изменить position: fixed на static, чтобы шапка не мешала тестированию