We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b8a55 commit d50ad5aCopy full SHA for d50ad5a
1 file changed
x-pack/test/functional/apps/discover/preserve_url.ts
@@ -12,8 +12,7 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
12
const PageObjects = getPageObjects(['common', 'discover', 'spaceSelector', 'header']);
13
const globalNav = getService('globalNav');
14
15
- // eslint-disable-next-line ban/ban
16
- describe.only('preserve url', function() {
+ describe('preserve url', function() {
17
before(async function() {
18
await esArchiver.load('spaces/multi_space');
19
});
0 commit comments