Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
VeskeR committed Oct 22, 2024
1 parent 4bba346 commit 0248b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/browser/connection.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ define(['shared_helper', 'chai'], function (Helper, chai) {
* @specpartial RTN16 test
* @specpartial RTN16d
*/
it.only('page_refresh_with_recovery', function (done) {
it('page_refresh_with_recovery', function (done) {
const helper = this.test.helper;

var realtimeOpts = {
Expand Down Expand Up @@ -351,7 +351,7 @@ define(['shared_helper', 'chai'], function (Helper, chai) {
* @specpartial RTN16
* @specpartial RTN16d
*/
it.only('page_refresh_with_manual_recovery', function (done) {
it('page_refresh_with_manual_recovery', function (done) {
const helper = this.test.helper;

var realtime = helper.AblyRealtime({ closeOnUnload: false, transportParams: { _forceHandleBy: 'frontend' } }),
Expand Down

0 comments on commit 0248b0b

Please sign in to comment.