Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Aug 4, 2020
1 parent 4f83c11 commit e415a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/discover/_shared_links.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default function ({ getService, getPageObjects }) {
});
});

describe.only('shared links with state in sessionStorage', async () => {
describe('shared links with state in sessionStorage', async () => {
let teardown;
before(async function () {
teardown = await setup({ storeStateInSessionStorage: true });
Expand Down

0 comments on commit e415a15

Please sign in to comment.