You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In version v2.15.1 all arguments were displayed in one line along with the step name. After the update, to view the arguments, it is necessary to expand the step.
To Reproduce
Use test
Scenario('Redirect to login page unauthorized user @TC-681', () => {
I.amOnPage('https://google.com')
I.see('ffff');
})
Run test
Generate allure report
Expected behavior
All arguments are displayed in the same line as the step name.
The text was updated successfully, but these errors were encountered:
Describe the bug
In version v2.15.1 all arguments were displayed in one line along with the step name. After the update, to view the arguments, it is necessary to expand the step.
To Reproduce
Expected behavior
All arguments are displayed in the same line as the step name.
The text was updated successfully, but these errors were encountered: