fix(tests): update locators for save button in presets indicator tests (#8201)

docs: add gRPC request flow documentation
docs: add HTTP request execution flow documentation
This commit is contained in:
sharan-bruno
2026-06-09 09:53:11 +05:30
committed by GitHub
parent b9ee1ee523
commit 366d85b141
2 changed files with 4 additions and 4 deletions

View File

@@ -107,7 +107,7 @@ export const buildCommonLocators = (page: Page) => ({
requestType: (type: 'http' | 'graphql' | 'grpc' | 'ws') =>
page.getByTestId(`presets-request-type-${type}`),
requestUrl: () => page.getByTestId('presets-request-url'),
save: () => page.getByTestId('presets-save-btn')
saveBtn: () => page.getByTestId('presets-save-btn')
},
tags: {
input: () => page.getByTestId('tag-input').getByRole('textbox'),