Skip to content

Commit

Permalink
[ML] Text tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Jun 26, 2020
1 parent d2cacbc commit a037c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/transform/editing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default function ({ getService }: FtrProviderContext) {
expect(rows.filter((row) => row.id === transformConfig.id)).to.have.length(1);
});

it('should display details for the update job in the job list', async () => {
it('should display the updated job in the job list row cells', async () => {
await transform.table.assertTransformRowFields(transformConfig.id, {
id: transformConfig.id,
description: testData.transformDescription,
Expand Down

0 comments on commit a037c8d

Please sign in to comment.