Skip to content

Commit

Permalink
test: fix e2e tests 7
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowusr committed Oct 23, 2023
1 parent c8cf9f3 commit 5624d25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/func/tests/common/test-results-appearance.hermione.js
Original file line number Diff line number Diff line change
@@ -133,6 +133,7 @@ describe('Test results appearance', () => {
});

describe('Test with successful assertView and error', () => {
// eslint-disable-next-line no-undef
hermione.only.in('chrome');
it('should display error message, name and stack', async ({browser}) => {
for (const field of ['message', 'name', 'stack']) {

0 comments on commit 5624d25

Please sign in to comment.