Skip to content

Conversation

@ksenipetrova
Copy link

saucelabs.com разломан, не могу даже скопировать Access key, поэтому использовала browserstack.com.
default

@Zhigalov Zhigalov self-assigned this May 16, 2017

assert.equal(data.value.length, 1);
});
it('should be right navigation', () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Хлебные крошки есть не только на странице с продуктом: корзина, главная и т.д.
Их тоже хорошо бы проверить


const actualTopLevel = browser.getText('.breadcrumb li:nth-child(1) a');
const actualCategory = browser.getText('.breadcrumb li:nth-child(2) a');
const actualItem = browser.getText('.breadcrumb li:nth-child(3)');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Я бы ещё проверил что на этом крошки заканчиваются

const actualDate = browser.getText('.media-heading small')[0];

assert(moment(actualDate, 'MMMM Do YYYY, h:m:s a', true).isValid());

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В этом тесте нужно добавить новый комментарий и проверить что время его добавления нужное.
Проверки на формат недостаточно

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants