Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions x-pack/test/functional/services/ml/trained_models_table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -584,9 +584,6 @@ export function TrainedModelsTableProvider(

await mlCommonUI.waitForRefreshButtonEnabled();

await mlCommonUI.assertLastToastHeader(
`Deployment for "${modelId}" has been started successfully.`
);
await this.waitForModelsToLoad();

await retry.tryForTime(
Expand All @@ -612,10 +609,6 @@ export function TrainedModelsTableProvider(
public async stopDeployment(modelId: string) {
await this.clickStopDeploymentAction(modelId);
await mlCommonUI.waitForRefreshButtonEnabled();
await mlCommonUI.assertLastToastHeader(
`Deployment for "${modelId}" has been stopped successfully.`
);
await mlCommonUI.waitForRefreshButtonEnabled();
}

public async openStartDeploymentModal(modelId: string) {
Expand Down