Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OEvgeny committed Oct 15, 2024
1 parent 2fb670f commit 80d60e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions __tests__/html/fluentTheme/side-by-side.wide.dark.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ describe('Fluent theme applied', () => {
describe('dark theme applied', () => {
test('side by side left - transcript, right - pre chat message', () =>
runHTML('fluentTheme/side-by-side.wide.dark?focus=1'));
test('side by side left - transcript, right - pre chat message fluent', () =>
runHTML('fluentTheme/side-by-side.wide.dark?variant=fluent&variant=fluent'));
test('side by side left - transcript, right - transcript', () =>
runHTML('fluentTheme/side-by-side.wide.dark?transcript=0&transcript=2&focus=0&focus=1'));
test('side by side left - transcript, right - pre liner', () =>
Expand Down
2 changes: 2 additions & 0 deletions __tests__/html/fluentTheme/side-by-side.wide.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
describe('Fluent theme applied', () => {
test('side by side left - transcript, right - pre chat message', () =>
runHTML('fluentTheme/side-by-side.wide?focus=1'));
test('side by side left - transcript, right - pre chat message fluent', () =>
runHTML('fluentTheme/side-by-side.wide?variant=fluent&variant=fluent'));
test('side by side left - transcript, right - transcript', () =>
runHTML('fluentTheme/side-by-side.wide?transcript=0&transcript=2&focus=0&focus=1'));
test('side by side left - transcript, right - pre liner', () =>
Expand Down

0 comments on commit 80d60e9

Please sign in to comment.