Skip to content

Commit

Permalink
fix: publish version (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vorobeyko authored Oct 25, 2024
1 parent 1abdb36 commit 6a8f89a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export class NetworkSetting {
this.networkTickerInput = this.page.getByTestId(
'network-form-ticker-input',
);

this.networkExplorerDropDown = this.page.getByTestId(
'test-explorer-drop-down',
);
Expand All @@ -50,9 +49,7 @@ export class NetworkSetting {
this.addExplorerUrlButton = this.dialogSection
.getByRole('button')
.getByText('Add URL');

this.networkExplorerUrlInput = this.page.getByTestId('explorer-url-input');

this.saveNewTokenButton = this.page.getByText('Save');
this.editNetworkButton = this.page.getByTestId(
'network-list-item-options-edit',
Expand Down

0 comments on commit 6a8f89a

Please sign in to comment.