Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Jun 25, 2020
1 parent 7ee99c1 commit ba4e2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/page_objects/settings_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function SettingsPageProvider({ getService, getPageObjects }: FtrProvider
async expectDisabledAdvancedSetting(propertyName: string) {
expect(
await testSubjects.getAttribute(`advancedSetting-editField-${propertyName}`, 'disabled')
).to.eql('');
).to.eql('true');
}

async getAdvancedSettingCheckbox(propertyName: string) {
Expand Down

0 comments on commit ba4e2b2

Please sign in to comment.