Skip to content

Commit

Permalink
Merge pull request openshift#6331 from spadgett/test-namespace-test-name
Browse files Browse the repository at this point in the history
Bug 1871220: use consistent test names in base scenario
  • Loading branch information
openshift-merge-robot authored Aug 21, 2020
2 parents 8e4582e + df383a0 commit 4ef8387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/integration-tests/tests/base.scenario.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as crudView from '../views/crud.view';
const BROWSER_TIMEOUT = 15000;

describe('Create a test namespace', () => {
it(`creates test namespace ${testName} if necessary`, async () => {
it('creates test namespace if necessary', async () => {
// Use projects if OpenShift so non-admin users can run tests.
const resource = browser.params.openshift === 'true' ? 'projects' : 'namespaces';
await browser.get(`${appHost}/k8s/cluster/${resource}`);
Expand Down

0 comments on commit 4ef8387

Please sign in to comment.