Skip to content

Commit

Permalink
live mode tests restored
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayheck committed May 15, 2024
1 parent 786917a commit 84c9e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/fixtures/live/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function createLiveModeRunner (tc, src) {
}

if (config.useLocalBrowsers && !config.hasBrowser('safari')) {
describe.skip('Live Mode', () => {
describe('Live Mode', () => {
afterEach(() => {
helper.clean();
});
Expand Down

0 comments on commit 84c9e3b

Please sign in to comment.